Changeset 18744


Ignore:
Timestamp:
11/05/14 16:57:46 (10 years ago)
Author:
srebuffi
Message:

CHG : set back to default stabilization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/LevelsetAnalysis.cpp

    r18742 r18744  
    100100
    101101        /*Intermediaries */
    102         int  dim, domaintype, iscalvingrate;
     102        int  dim, domaintype;
     103        bool iscalvingrate;
    103104        int i, row, col;
    104105        IssmDouble kappa;
     
    227228
    228229                /* Stabilization */
    229                 int stabilization=1;
     230                int stabilization=2;
    230231                vel=0.;
    231232                for(i=0;i<dim;i++) vel+=w[i]*w[i];
Note: See TracChangeset for help on using the changeset viewer.