Rev | Line | |
---|
[13980] | 1 | Index: ../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.