Changeset 4945


Ignore:
Timestamp:
08/03/10 10:18:26 (15 years ago)
Author:
seroussi
Message:

collapse not needed

File:
1 edited

Legend:

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

    r4943 r4945  
    52885288        double       B_average;
    52895289
    5290         bool         collapse;
    52915290        int          dummy;
    52925291
     
    52975296        for(i=0;i<numdof;i++){
    52985297                values[i]=solution[doflist[i]];
    5299                 //B[i]=Paterson(values[i]);
    53005298        }
    53015299
     
    53095307
    53105308        /*Also update the rheology*/
    5311         inputs->GetParameterValue(&collapse,CollapseEnum);
    53125309        this->matice->inputs->AddInput(new PentaVertexInput(RheologyBEnum,B));
    53135310
Note: See TracChangeset for help on using the changeset viewer.