Changeset 13852


Ignore:
Timestamp:
10/30/12 13:48:26 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed tao, now optimazing actual core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutions/controltao_core.cpp

    r13805 r13852  
    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);
Note: See TracChangeset for help on using the changeset viewer.