Changeset 4496


Ignore:
Timestamp:
07/09/10 08:21:48 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added one layer of element case in InputExtrude

File:
1 edited

Legend:

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

    r4492 r4496  
    47614761                if(!original_input) ISSMERROR("%s%s"," could not find input with enum:",EnumAsString(enum_type));
    47624762                original_input->Extrude();
     4763
     4764                /*Stop if there is only one layer of element*/
     4765                if (this->IsOnSurface()) return;
    47634766
    47644767                /*Step 2: this input has been extruded for this element, now follow the upper element*/
Note: See TracChangeset for help on using the changeset viewer.