basic turn lane handling
This commit is contained in:
@@ -76,7 +76,7 @@ int Contractor::Run()
|
||||
#ifdef WIN32
|
||||
#pragma message("Memory consumption on Windows can be higher due to different bit packing")
|
||||
#else
|
||||
static_assert(sizeof(extractor::NodeBasedEdge) == 20,
|
||||
static_assert(sizeof(extractor::NodeBasedEdge) == 24,
|
||||
"changing extractor::NodeBasedEdge type has influence on memory consumption!");
|
||||
static_assert(sizeof(extractor::EdgeBasedEdge) == 16,
|
||||
"changing EdgeBasedEdge type has influence on memory consumption!");
|
||||
|
||||
Reference in New Issue
Block a user