Changeset 22137
- Timestamp:
- 10/05/17 11:37:51 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Misfit.h
r22135 r22137 167 167 168 168 /*What we return is the value of misfit / time if transient*/ 169 if(time!=0) misfit = misfit/(time-starttime); 170 169 if(time!=0.) return misfit/(time-starttime); 171 170 return misfit; 172 171 } /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.