Changeset 3398


Ignore:
Timestamp:
04/05/10 14:37:54 (15 years ago)
Author:
seroussi
Message:

Fixed problem in SpawnTria

File:
1 edited

Legend:

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

    r3389 r3398  
    207207        indices[2]=g2;
    208208
    209         tria_hnodes=this->hnodes.Spawn(indices,3);
    210         tria_hmatice=this->hmatice.Spawn(indices,3);
    211         tria_hmatpar=this->hmatpar.Spawn(indices,3);
    212         tria_hnumpar=this->hnumpar.Spawn(indices,3);
     209        tria_hnodes =this->hnodes.Spawn(indices,3);
     210        tria_hmatice=this->hmatice.Spawn(indices,1);
     211        tria_hmatpar=this->hmatpar.Spawn(indices,1);
     212        tria_hnumpar=this->hnumpar.Spawn(indices,1);
    213213        tria_properties=(ElementProperties*)this->properties.Spawn(indices,3);
    214214
Note: See TracChangeset for help on using the changeset viewer.