Changeset 8686
- Timestamp:
- 06/22/11 12:33:24 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r8666 r8686 7480 7480 7481 7481 /*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 Matlab7482 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 7483 7483 7484 7484 /*recover forcing for this time step: */
Note:
See TracChangeset
for help on using the changeset viewer.