Ignore:
Timestamp:
11/07/11 15:16:24 (13 years ago)
Author:
Mathieu Morlighem
Message:

removed DiagnosticStokesBasalPenalty which is now deprecated

File:
1 edited

Legend:

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

    r10514 r10517  
    23802380
    23812381        int    approximation;
    2382         bool   stokes_basal_penalty;
    23832382        double slopex[NUMVERTICES];
    23842383        double slopey[NUMVERTICES];
    23852384        double xz_plane[6];
    2386 
    2387         /*Do not change CS if stokes_basal_penalty is activated*/
    2388         parameters->FindParam(&stokes_basal_penalty,DiagnosticStokesBasalPenaltyEnum);
    2389         if(stokes_basal_penalty) return;
    23902385
    23912386        /*For Stokes only: we want the CS to be tangential to the bedrock*/
Note: See TracChangeset for help on using the changeset viewer.