Changeset 8686


Ignore:
Timestamp:
06/22/11 12:33:24 (14 years ago)
Author:
schlegel
Message:

Penta should be 6 vertices

File:
1 edited

Legend:

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

    r8666 r8686  
    74807480
    74817481        /*Recover vertices ids needed to initialize inputs*/
    7482         for(i=0;i<6;i++) penta_vertex_ids[i]=(int)iomodel->elements[3*index+i]; //ids for vertices are in the elements array from Matlab
     7482        for(i=0;i<6;i++) penta_vertex_ids[i]=(int)iomodel->elements[6*index+i]; //ids for vertices are in the elements array from Matlab
    74837483
    74847484        /*recover forcing for this time step: */
Note: See TracChangeset for help on using the changeset viewer.