- Timestamp:
- 08/20/12 17:39:30 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 1 projects 1 2 autom4te.cache 2 3 aclocal.m4
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12948-13099
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/c/classes/objects/Params/TransientParam.cpp
r12832 r13101 99 99 void TransientParam::GetParameterValue(IssmDouble* pdouble,IssmDouble time){ 100 100 101 double output;101 IssmDouble output; 102 102 bool found; 103 103 … … 136 136 } 137 137 } 138 if(!found)_error 2_("did not find time interval on which to interpolate values");138 if(!found)_error_("did not find time interval on which to interpolate values"); 139 139 *pdouble=output; 140 140 }
Note:
See TracChangeset
for help on using the changeset viewer.