counting generated edges correctly
This commit is contained in:
parent
5d553bf9f2
commit
df30498365
@ -257,8 +257,8 @@ void ExtractionContainers::PrepareData(const std::string & outputFileName, const
|
|||||||
fout.write((char*)&edgeIT->ignoreInGrid, sizeof(bool));
|
fout.write((char*)&edgeIT->ignoreInGrid, sizeof(bool));
|
||||||
fout.write((char*)&edgeIT->isAccessRestricted, sizeof(bool));
|
fout.write((char*)&edgeIT->isAccessRestricted, sizeof(bool));
|
||||||
fout.write((char*)&edgeIT->isContraFlow, sizeof(bool));
|
fout.write((char*)&edgeIT->isContraFlow, sizeof(bool));
|
||||||
|
++usedEdgeCounter;
|
||||||
}
|
}
|
||||||
++usedEdgeCounter;
|
|
||||||
++edgeIT;
|
++edgeIT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user