Changeset 12551
- Timestamp:
- 06/26/12 09:24:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Elements/Tria.cpp
r12547 r12551 1390 1390 /*Recover vertices ids needed to initialize inputs*/ 1391 1391 for(i=0;i<3;i++){ 1392 tria_vertex_ids[i]= (int)iomodel->Data(MeshElementsEnum)[3*index+i]; //ids for vertices are in the elements array from Matlab1392 tria_vertex_ids[i]=reCast<int>(iomodel->Data(MeshElementsEnum)[3*index+i]); //ids for vertices are in the elements array from Matlab 1393 1393 } 1394 1394 … … 1608 1608 switch(type){ 1609 1609 1610 case VertexEnum: 1610 case VertexEnum: { 1611 1611 1612 1612 /*New TriaP1Input*/ … … 1626 1626 } 1627 1627 return; 1628 1628 } 1629 1629 default: 1630 1630 _error2_("type " << type << " (" << EnumToStringx(type) << ") not implemented yet");
Note:
See TracChangeset
for help on using the changeset viewer.