Changeset 8547 for issm/trunk


Ignore:
Timestamp:
06/08/11 11:49:02 (14 years ago)
Author:
schlegel
Message:

timesteps should be in seconds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Inputs/TriaVertexForcing.cpp

    r8375 r8547  
    452452        double alpha;
    453453        bool   found=false;
    454 
     454 
    455455        /*Ok, we have the time, go through the timesteps, and figure out which interval we
    456456         *fall within. Then interpolate the values on this interval: */
     
    496496        }
    497497        if(!found)_error_("did not find time interval on which to interpolate forcing values!");
    498        
     498
    499499}
    500500/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.