Add SingleMap_Leapfrog
[junction.git] / junction / Core.h
index aacc8a73b7fe48f9574f34a44eb544ddefb2cf34..d2ec778c8dc9753431577cf753f47299bd559973 100644 (file)
@@ -14,7 +14,7 @@
 #define JUNCTION_CORE_H
 
 //-----------------------------------------------
-#include "junction_config.h"  // junction_config.h generated by CMake.
+#include "junction_config.h" // junction_config.h generated by CMake.
 
 // Default to true in case junction_config.h is missing entirely:
 #ifndef JUNCTION_USE_STRIPING
@@ -30,4 +30,7 @@ namespace junction {
 using namespace turf::intTypes;
 }
 
+// Enable this to force migration overflows (for test purposes):
+#define JUNCTION_LEAPFROG_FORCE_MIGRATION_OVERFLOWS 0
+
 #endif // JUNCTION_CORE_H