Changeset 22243


Ignore:
Timestamp:
11/08/17 05:52:12 (7 years ago)
Author:
tsantos
Message:

BUG: do not call femmodel->ReMesh() with Automatic Differentiation (AD)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/transient_core.cpp

    r22241 r22243  
    6565        if(numoutputs) femmodel->parameters->FindParam(&requested_outputs,&numoutputs,TransientRequestedOutputsEnum);
    6666
    67         #ifdef _HAVE_BAMG_ //#ifdef _HAVE_NEOPZ_ itapopo
     67        #if defined(_HAVE_BAMG_) && !defined(_HAVE_ADOLC_)
    6868        if(amr_frequency){
    6969                femmodel->parameters->FindParam(&amr_restart,AmrRestartEnum);
Note: See TracChangeset for help on using the changeset viewer.