Changeset 4506
- Timestamp:
- 07/09/10 12:09:06 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r4499 r4506 1123 1123 1124 1124 /*Step2: Create element thickness input*/ 1125 GetVerticesCoordinates(&xyz_list[0][0], nodes,numvertices);1125 GetVerticesCoordinates(&xyz_list[0][0],penta->nodes,numvertices); 1126 1126 for(i=0;i<3;i++){ 1127 1127 Helem_list[i]=xyz_list[i+3][2]-xyz_list[i][2];
Note:
See TracChangeset
for help on using the changeset viewer.