source: issm/oecreview/Archive/13393-13976/ISSM-13851-13852.diff@ 14312

Last change on this file since 14312 was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 681 bytes
  • ../trunk-jpl/src/c/solutions/controltao_core.cpp

     
    134134        /*Compute solution and adjoint*/
    135135        void (*solutioncore)(FemModel*)=NULL;
    136136        void (*adjointcore)(FemModel*)=NULL;
    137         CorePointerFromSolutionEnum(&solutioncore,femmodel->parameters,solution_type);
     137        PureCorePointerFromSolutionEnum(&solutioncore,femmodel->parameters,solution_type);
    138138        AdjointCorePointerFromSolutionEnum(&adjointcore,solution_type);
    139139        solutioncore(femmodel);
    140140        adjointcore(femmodel);
Note: See TracBrowser for help on using the repository browser.