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

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

preparing oecreview for 13393-13976'

File size: 681 bytes
RevLine 
[13980]1Index: ../trunk-jpl/src/c/solutions/controltao_core.cpp
2===================================================================
3--- ../trunk-jpl/src/c/solutions/controltao_core.cpp (revision 13851)
4+++ ../trunk-jpl/src/c/solutions/controltao_core.cpp (revision 13852)
5@@ -134,7 +134,7 @@
6 /*Compute solution and adjoint*/
7 void (*solutioncore)(FemModel*)=NULL;
8 void (*adjointcore)(FemModel*)=NULL;
9- CorePointerFromSolutionEnum(&solutioncore,femmodel->parameters,solution_type);
10+ PureCorePointerFromSolutionEnum(&solutioncore,femmodel->parameters,solution_type);
11 AdjointCorePointerFromSolutionEnum(&adjointcore,solution_type);
12 solutioncore(femmodel);
13 adjointcore(femmodel);
Note: See TracBrowser for help on using the repository browser.