Changeset 5767
- Timestamp:
- 09/13/10 10:06:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r5758 r5767 367 367 /*Just branch to the correct InputUpdateFromSolution generator, according to the type of analysis we are carrying out: */ 368 368 if (analysis_type==DiagnosticHorizAnalysisEnum){ 369 int approximation; 370 inputs->GetParameterValue(&approximation,ApproximationEnum); 371 if(approximation==StokesApproximationEnum || approximation==NoneApproximationEnum){ 372 InputUpdateFromSolutionDiagnosticStokes( solution); 373 } 374 else{ 375 InputUpdateFromSolutionDiagnosticHoriz( solution); 376 } 369 InputUpdateFromSolutionDiagnosticHoriz( solution); 377 370 } 378 371 else if (analysis_type==DiagnosticHutterAnalysisEnum){ … … 4447 4440 InputUpdateFromSolutionDiagnosticPattyn(solution); 4448 4441 } 4442 else if (approximation==StokesApproximationEnum || approximation==NoneApproximationEnum){ 4443 InputUpdateFromSolutionDiagnosticStokes(solution); 4444 } 4449 4445 else if (approximation==MacAyealPattynApproximationEnum){ 4450 4446 InputUpdateFromSolutionDiagnosticMacAyealPattyn(solution);
Note:
See TracChangeset
for help on using the changeset viewer.