Changeset 4672


Ignore:
Timestamp:
07/20/10 10:09:34 (15 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

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

    r4669 r4672  
    11111111        const int numvertices=6;
    11121112        bool onbed;
    1113         bool onsurface;
    11141113        int  i;
    11151114
     
    48254824void  Penta::InputExtrude(int enum_type,bool only_if_collapsed){
    48264825
    4827         bool   onbed,onsurface,collapse=false;
     4826        bool   onbed,collapse=false;
    48284827        Penta *penta          = NULL;
    48294828        Input *original_input = NULL;
     
    48324831        if (only_if_collapsed) inputs->GetParameterValue(&collapse,CollapseEnum);
    48334832        inputs->GetParameterValue(&onbed,ElementOnBedEnum);
    4834         inputs->GetParameterValue(&onsurface,ElementOnSurfaceEnum);
    48354833
    48364834        /*First: if only_if_collapsed, check wether this penta is collapsed*/
Note: See TracChangeset for help on using the changeset viewer.