Changeset 8353 for trunk/anuga_work/development/gareth/balanced_basic
- Timestamp:
- Mar 7, 2012, 9:49:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/balanced_basic/swb2_domain_ext.c
r8302 r8353 385 385 // appropriate, since the depth is zero at the cell centroid 386 386 if( (stage_centroid_values[k]-bed_centroid_values[k]<=0.0)){ 387 if(n> 0){387 if(n>=0){ 388 388 if(stage_centroid_values[n]-bed_centroid_values[n]<=0.0){ 389 389 continue;
Note: See TracChangeset
for help on using the changeset viewer.