Ignore:
Timestamp:
Apr 12, 2012, 9:00:49 PM (13 years ago)
Author:
davies
Message:

Adding comments

File:
1 edited

Legend:

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

    r8385 r8397  
    603603
    604604
    605   // Protect against initesimal and negative heights 
     605  // Protect against inifintesimal and negative heights 
    606606  if (maximum_allowed_speed < epsilon) {
    607607    for (k=0; k<N; k++) {
     
    630630  } else {
    631631   
    632     // Protect against initesimal and negative heights
     632    // Protect against infinitesimal and negative heights
    633633    for (k=0; k<N; k++) {
    634634      hc = wc[k] - zc[k];
Note: See TracChangeset for help on using the changeset viewer.