Skip to content

Commit

Permalink
feat: Corrected comment for layerType (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Sep 6, 2024
1 parent 73a264a commit 3bea402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrolib/core/dflowfm/mdu/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@ class Comments(INIBasedModel.Comments):
)
kmx: Optional[str] = Field("Number of vertical layers.", alias="kmx")
layertype: Optional[str] = Field(
"Number of vertical layers.", alias="layerType"
"1= sigma-layers, 2 = z-layers, 3 = use VertplizFile.", alias="layerType"
)
numtopsig: Optional[str] = Field(
"Number of sigma-layers on top of z-layers.", alias="numTopSig"
Expand Down

0 comments on commit 3bea402

Please sign in to comment.