summarylogtreecommitdiffstats
path: root/parmetis-idxtype.diff
blob: f115eb8b3fb61ad99211705e746daf01efe4725e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
27,35c27
< /* Undefine the following #define in order to use short int as the idxtype */
< #define IDXTYPE_INT
< 
< /* Indexes are as long as integers for now */
< #ifdef IDXTYPE_INT
< typedef int idxtype;
< #else
< typedef short idxtype;
< #endif
---
> #include "idxtype.h"