Changeset 3067
- Timestamp:
- 02/22/10 10:22:04 (15 years ago)
- Location:
- issm/trunk/src/c/MeshPartitionx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/MeshPartitionx/MeshPartitionx.cpp
r1904 r3067 3 3 */ 4 4 5 6 #include "./MeshPartitionx.h"7 8 5 #undef __FUNCT__ 9 6 #define __FUNCT__ "MeshPartitionx" 10 7 8 #include "./MeshPartitionx.h" 11 9 #include "../shared/shared.h" 12 10 #include "../include/macros.h" -
issm/trunk/src/c/MeshPartitionx/MeshPartitionx.h
r1 r3067 6 6 #define _MESHPARTITIONX_H 7 7 8 #undef __FUNCT__9 #define __FUNCT__ "MeshPartitionx"10 11 8 /* local prototypes: */ 12 9 int MeshPartitionx(int** pepart, int** pnpart, int numberofelements,int numberofgrids,double* elements,
Note:
See TracChangeset
for help on using the changeset viewer.