Ignore:
Timestamp:
09/23/13 10:29:35 (11 years ago)
Author:
Mathieu Morlighem
Message:

DEL: removed legacy code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Loads/Riftfront.cpp

    r16164 r16231  
    733733}
    734734/*}}}*/
    735 /*FUNCTION Riftfront::IsMaterialStable {{{*/
    736 int   Riftfront::IsMaterialStable(void){
    737 
    738         IssmDouble converged=0;
    739 
    740         this->inputs->GetInputValue(&converged,ConvergedEnum);
    741 
    742         if(reCast<int,IssmDouble>(converged)){
    743                 /*ok, material non-linearity has converged. If that was already the case, we keep
    744                  * constraining the rift front. If it was not, and this is the first time the material
    745                  * has converged, we start constraining now!: */
    746                 this->material_converged=1;
    747         }
    748 
    749         return this->material_converged;
    750 }
    751 /*}}}*/
    752735/*FUNCTION Riftfront::MaxPenetration {{{*/
    753736int   Riftfront::MaxPenetration(IssmDouble* ppenetration){
Note: See TracChangeset for help on using the changeset viewer.