Changeset 14159 for issm/trunk-jpl/src/c/solutions/objectivefunction.cpp
- Timestamp:
- 12/13/12 15:14:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutions/objectivefunction.cpp
r13764 r14159 46 46 femmodel->SetCurrentConfiguration(BalancethicknessAnalysisEnum); 47 47 } 48 else if (solution_type==WeakBalancethicknessSolutionEnum){ 49 femmodel->SetCurrentConfiguration(BalancethicknessAnalysisEnum); 50 } 48 51 else{ 49 52 _error_("Solution " << EnumToStringx(solution_type) << " not implemented yet"); … … 63 66 solver_linear(femmodel); 64 67 } 68 else if (solution_type==WeakBalancethicknessSolutionEnum){ 69 /*Don't do anything*/ 70 } 65 71 else{ 66 72 _error_("Solution " << EnumToStringx(solution_type) << " not implemented yet");
Note:
See TracChangeset
for help on using the changeset viewer.