Changeset 22135
- Timestamp:
- 10/04/17 15:56:07 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Misfit.h
r21747 r22135 166 166 if(time==finaltime)this->lock=1; 167 167 168 /*What we return is the value of misfit / time: */ 169 return misfit/(time-starttime); 168 /*What we return is the value of misfit / time if transient*/ 169 if(time!=0) misfit = misfit/(time-starttime); 170 171 return misfit; 170 172 } /*}}}*/ 171 173 else if (this->local==2){ /*vertex by vertex computation: {{{*/
Note:
See TracChangeset
for help on using the changeset viewer.