Changeset 8412
- Timestamp:
- 05/24/11 11:47:28 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r8411 r8412 3067 3067 /*Retrieve all inputs and parameters*/ 3068 3068 GetVerticesCoordinates(&xyz_list[0][0], nodes, NUMVERTICES); 3069 for(i=0;i<NUMVERTICES2D;i++) for(j=0;j< 2;j++) xyz_list_tria[i][j]=xyz_list[i][j];3069 for(i=0;i<NUMVERTICES2D;i++) for(j=0;j<3;j++) xyz_list_tria[i][j]=xyz_list[i][j]; 3070 3070 parameters->FindParam(&analysis_type,AnalysisTypeEnum); 3071 3071 rho_ice=matpar->GetRhoIce();
Note:
See TracChangeset
for help on using the changeset viewer.