Partially fixes issue #420

This commit is contained in:
DennisOSRM
2012-09-19 17:06:35 +02:00
parent 09088e71b5
commit 75cd287ab0
2 changed files with 10 additions and 2 deletions
+2
View File
@@ -68,6 +68,8 @@ public:
iif = std::string(_i);
ramIndexTable.resize((1024*1024), ULONG_MAX);
ramInFile.open(rif, std::ios::in | std::ios::binary);
if(!ramInFile) { ERR(rif << " not found"); }
}
~NNGrid() {