- Timestamp:
- Apr 12, 2012, 9:00:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/experimental/balanced_dev/swb2_domain_ext.c
r8385 r8397 603 603 604 604 605 // Protect against ini tesimal and negative heights605 // Protect against inifintesimal and negative heights 606 606 if (maximum_allowed_speed < epsilon) { 607 607 for (k=0; k<N; k++) { … … 630 630 } else { 631 631 632 // Protect against in itesimal and negative heights632 // Protect against infinitesimal and negative heights 633 633 for (k=0; k<N; k++) { 634 634 hc = wc[k] - zc[k];
Note: See TracChangeset
for help on using the changeset viewer.