Changeset 8547 for issm/trunk
- Timestamp:
- 06/08/11 11:49:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/TriaVertexForcing.cpp
r8375 r8547 452 452 double alpha; 453 453 bool found=false; 454 454 455 455 /*Ok, we have the time, go through the timesteps, and figure out which interval we 456 456 *fall within. Then interpolate the values on this interval: */ … … 496 496 } 497 497 if(!found)_error_("did not find time interval on which to interpolate forcing values!"); 498 498 499 499 } 500 500 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.