Commit 686636ec authored by remi cresson's avatar remi cresson
Browse files

FIX: change NeighborId type for UNIX (long int)

Showing with 1 addition and 1 deletion
+1 -1
......@@ -23,7 +23,7 @@
#if defined(_WIN32)
typedef __int64 NeighIDType;
#else
typedef long unsigned int NeighIDType;
typedef long int NeighIDType;
#endif
enum CONNECTIVITY{FOUR = 0, EIGHT};
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment