We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b2e2e commit e64526bCopy full SHA for e64526b
1 file changed
kratos.gid/apps/ShallowWater/app.json
@@ -16,8 +16,10 @@
16
"examples/DamBreak.tcl",
17
"examples/HydraulicJump.tcl"
18
],
19
- "start_script":"::ShallowWater::Init",
20
- "requirements":{},
+ "start_script": "::ShallowWater::Init",
+ "requirements": {
21
+ "minimum_gid_version": "15.1.2d"
22
+ },
23
"permissions": {
24
"open_tree": true,
25
"show_toolbar": true,
@@ -40,4 +42,4 @@
40
42
},
41
43
"main_launch_file": "python/MainKratos.py",
44
"description": "Tools for the simulation of free surface flows under the shallow water assumptions."
-}
45
+}
0 commit comments