Changeset 17583
- Timestamp:
- 03/27/14 17:12:15 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r17582 r17583 1328 1328 1329 1329 /* Get node coordinates and dof list: */ 1330 ::GetVerticesCoordinates( &xyz_list[0][0],vertices,NUMVERTICES);1330 ::GetVerticesCoordinates(xyz_list,vertices,NUMVERTICES); 1331 1331 1332 1332 /*Retrieve all inputs we will be needing: */ … … 1337 1337 _error_("STOP"); 1338 1338 1339 for(i =0;i<NUMVERTICES;i++){1339 for(int i=0;i<NUMVERTICES;i++){ 1340 1340 if(grounded) vertexgrounded->SetValue(vertices[i]->Pid(),+1.,INS_VAL); 1341 1341 else vertexfloating->SetValue(vertices[i]->Pid(),+1.,INS_VAL);
Note:
See TracChangeset
for help on using the changeset viewer.