source:
issm/oecreview/Archive/13393-13976/ISSM-13851-13852.diff@
15393
Last change on this file since 15393 was 13980, checked in by , 12 years ago | |
---|---|
File size: 681 bytes |
-
../trunk-jpl/src/c/solutions/controltao_core.cpp
134 134 /*Compute solution and adjoint*/ 135 135 void (*solutioncore)(FemModel*)=NULL; 136 136 void (*adjointcore)(FemModel*)=NULL; 137 CorePointerFromSolutionEnum(&solutioncore,femmodel->parameters,solution_type);137 PureCorePointerFromSolutionEnum(&solutioncore,femmodel->parameters,solution_type); 138 138 AdjointCorePointerFromSolutionEnum(&adjointcore,solution_type); 139 139 solutioncore(femmodel); 140 140 adjointcore(femmodel);
Note:
See TracBrowser
for help on using the repository browser.