--- branches/development/src/io/DumpReader.cpp 2012/09/13 14:10:11 1798 +++ 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;