source: issm/oecreview/Archive/12678-13393/ISSM-13285-13286.diff@ 13394

Last change on this file since 13394 was 13394, checked in by Mathieu Morlighem, 13 years ago

Added 12678-13393

File size: 765 bytes
  • u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/solutions/issm.cpp

     
    169169                femmodel->results->AddObject(new DoubleExternalResult(femmodel->results->Size()+1, ProfilingCurrentFlopsEnum, Current_flops, 1, 0));
    170170        }
    171171
     172        #ifdef _HAVE_ADOLC_
    172173        if(autodiff){
    173174                trace_off();
    174175                AutodiffDriversx(femmodel->elements, femmodel->nodes, femmodel->vertices, femmodel->loads, femmodel->materials, femmodel->parameters,femmodel->results);
    175176        }
     177        #endif
    176178
    177179
    178180        #ifdef _HAVE_MPI_
Note: See TracBrowser for help on using the repository browser.