Changeset 4266


Ignore:
Timestamp:
06/28/10 11:55:27 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed big bug with collapsed in Penta

File:
1 edited

Legend:

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

    r4260 r4266  
    4949        int penta_matpar_id;
    5050        int penta_elements_ids[2];
    51         bool collapse;
    5251
    5352        /*id: */
     
    17181717        //elements of type 3 are macayeal type penta. we collapse the formulation on their base.
    17191718        if(iomodel->elements_type){
    1720                 if (*(iomodel->elements_type+2*i+0)==MacAyealFormulationEnum){
     1719                if (*(iomodel->elements_type+2*index+0)==MacAyealFormulationEnum){
    17211720                        collapse[analysis_counter]=true;
    17221721                }
Note: See TracChangeset for help on using the changeset viewer.