- Timestamp:
- 10/11/12 11:26:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/MeshPartitionx/MeshPartitionx.h
r13317 r13623 8 8 #include "../../include/include.h" 9 9 #include "../../EnumDefinitions/EnumDefinitions.h" 10 11 10 12 11 /* local prototypes: */ … … 89 88 /*Extrude epart2d to epart, using numlayers: */ 90 89 epart=xNew<int>(numberofelements); 91 90 92 91 count=0; 93 92 for(i=0;i<(numlayers-1);i++){ … … 100 99 /*Extrude npart2d to npart, using numlayers: */ 101 100 npart=xNew<int>(numberofnodes); 102 101 103 102 count=0; 104 103 for(i=0;i<(numlayers);i++){ … … 109 108 } 110 109 } 111 110 112 111 /*Assign output pointer:*/ 113 112 *pepart=epart;
Note:
See TracChangeset
for help on using the changeset viewer.