Ignore:
Timestamp:
Mar 7, 2012, 9:49:06 PM (13 years ago)
Author:
davies
Message:

Updates to balanced_dev and associated tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/gareth/balanced_basic/swb2_domain_ext.c

    r8302 r8353  
    385385            // appropriate, since the depth is zero at the cell centroid
    386386            if( (stage_centroid_values[k]-bed_centroid_values[k]<=0.0)){
    387                 if(n>0){
     387                if(n>=0){
    388388                    if(stage_centroid_values[n]-bed_centroid_values[n]<=0.0){
    389389                        continue;
Note: See TracChangeset for help on using the changeset viewer.