Skip to content

Commit e64526b

Browse files
minimum gid version shallow
1 parent 63b2e2e commit e64526b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

kratos.gid/apps/ShallowWater/app.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
"examples/DamBreak.tcl",
1717
"examples/HydraulicJump.tcl"
1818
],
19-
"start_script":"::ShallowWater::Init",
20-
"requirements":{},
19+
"start_script": "::ShallowWater::Init",
20+
"requirements": {
21+
"minimum_gid_version": "15.1.2d"
22+
},
2123
"permissions": {
2224
"open_tree": true,
2325
"show_toolbar": true,
@@ -40,4 +42,4 @@
4042
},
4143
"main_launch_file": "python/MainKratos.py",
4244
"description": "Tools for the simulation of free surface flows under the shallow water assumptions."
43-
}
45+
}

0 commit comments

Comments
 (0)