Skip to content

Commit

Permalink
added missing in json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jun 28, 2024
1 parent 5660264 commit 163db0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/JsonSchemas/TimeStepping.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"symmbol": ""
},
"timeStepDuration": {
"type": "number"
"type": "number",
"description" : "Length of the time step. The solution is computed for every time step."
},
"numberOfTimeSteps": {
Expand Down

0 comments on commit 163db0e

Please sign in to comment.