Changeset 23242 for issm/trunk-jpl/src/c/classes/Elements/Element.cpp
- Timestamp:
- 09/10/18 21:08:44 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.cpp
r23066 r23242 3133 3133 } 3134 3134 3135 #ifndef _HAVE_ADOLC_ //we want to avoid the round operation at all cost. Not differentiable. 3135 #if defined(_HAVE_AD_) 3136 /*we want to avoid the round operation at all cost. Not differentiable.*/ 3137 _error_("not implemented yet"); 3138 #else 3136 3139 dMass = sumMass + sumR + sumW - sumP - sumEC - initMass - sumMassAdd; 3137 3140 dMass = round(dMass * 100.0)/100.0;
Note:
See TracChangeset
for help on using the changeset viewer.