Ignore:
Timestamp:
09/10/18 21:08:44 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: integrating CoDiPack's changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Element.cpp

    r23066 r23242  
    31333133                }
    31343134
    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
    31363139                dMass = sumMass + sumR + sumW - sumP - sumEC - initMass - sumMassAdd;
    31373140                dMass = round(dMass * 100.0)/100.0;
Note: See TracChangeset for help on using the changeset viewer.