source:
issm/oecreview/Archive/13393-13976/ISSM-13851-13852.diff@
17986
| Last change on this file since 17986 was 13980, checked in by , 13 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.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)