Changeset 2636 for inundation/pyvolution/shallow_water_ext.c
- Timestamp:
- Mar 30, 2006, 5:45:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/shallow_water_ext.c
r2635 r2636 381 381 //New code: Adjust momentum to guarantee speeds are physical 382 382 // ensure h is non negative 383 384 383 //FIXME (Ole): This is only implemented in this C extension and 384 // has no Python equivalent 385 385 if (hc <= 0.0) { 386 386 wc[k] = zc[k];
Note: See TracChangeset
for help on using the changeset viewer.