Changeset 5767


Ignore:
Timestamp:
09/13/10 10:06:30 (15 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r5758 r5767  
    367367        /*Just branch to the correct InputUpdateFromSolution generator, according to the type of analysis we are carrying out: */
    368368        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);
    377370        }
    378371        else if (analysis_type==DiagnosticHutterAnalysisEnum){
     
    44474440                InputUpdateFromSolutionDiagnosticPattyn(solution);
    44484441        }
     4442        else if (approximation==StokesApproximationEnum || approximation==NoneApproximationEnum){
     4443                InputUpdateFromSolutionDiagnosticStokes(solution);
     4444        }
    44494445        else if (approximation==MacAyealPattynApproximationEnum){
    44504446                InputUpdateFromSolutionDiagnosticMacAyealPattyn(solution);
Note: See TracChangeset for help on using the changeset viewer.