Ignore:
Timestamp:
Mar 30, 2006, 5:45:12 PM (19 years ago)
Author:
ole
Message:

Work on friction creep example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/shallow_water_ext.c

    r2635 r2636  
    381381      //New code: Adjust momentum to guarantee speeds are physical
    382382      //          ensure h is non negative     
    383      
    384      
     383      //FIXME (Ole): This is only implemented in this C extension and
     384      //             has no Python equivalent     
    385385      if (hc <= 0.0) {
    386386        wc[k] = zc[k];
Note: See TracChangeset for help on using the changeset viewer.