Changeset 18851


Ignore:
Timestamp:
11/25/14 11:21:27 (10 years ago)
Author:
seroussi
Message:

CHG: removed grounding line input extrusion from Penta (taken care of by transient_core)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r18842 r18851  
    34913491        }
    34923492        this->inputs->AddInput(new PentaInput(MaskGroundediceLevelsetEnum,&phi[0],P1Enum));
    3493         this->InputExtrude(MaskGroundediceLevelsetEnum,-1);
    34943493
    34953494        /*Update inputs*/
    34963495        this->inputs->AddInput(new PentaInput(SurfaceEnum,&s[0],P1Enum));
    34973496        this->inputs->AddInput(new PentaInput(BaseEnum,&b[0],P1Enum));
    3498 
    3499         /*Extrude inputs*/
    3500         this->InputExtrude(SurfaceEnum,-1);
    3501         this->InputExtrude(BaseEnum,-1);
    35023497}
    35033498/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.