Changeset 14992 for issm/trunk-jpl/src/c/analyses/objectivefunction.cpp
- Timestamp:
- 05/09/13 11:28:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/objectivefunction.cpp
r14985 r14992 13 13 #include "../classes/objects/objects.h" 14 14 #include "../shared/Enum/Enum.h" 15 #include "../sol vers/solvers.h"15 #include "../solutionsequences/solutionsequences.h" 16 16 #include "../modules/modules.h" 17 17 /*}}}*/ … … 58 58 } 59 59 else if (solution_type==DiagnosticSolutionEnum){ 60 sol ver_nonlinear(femmodel,conserve_loads);60 solutionsequence_nonlinear(femmodel,conserve_loads); 61 61 } 62 62 else if (solution_type==BalancethicknessSolutionEnum){ 63 sol ver_linear(femmodel);63 solutionsequence_linear(femmodel); 64 64 } 65 65 else if (solution_type==WeakBalancethicknessSolutionEnum){
Note:
See TracChangeset
for help on using the changeset viewer.