--- branches/development/src/io/DumpReader.cpp 2013/01/09 15:25:15 1824 +++ branches/development/src/io/DumpReader.cpp 2013/01/09 19:27:52 1825 @@ -141,7 +141,7 @@ namespace OpenMD { prevPos = currPos; bool foundOpenSnapshotTag = false; bool foundClosedSnapshotTag = false; - bool foundOpenSiteDataTag = false; + while(inFile_->getline(buffer, bufferSize)) { ++lineNo;