--- trunk/OOPSE/libmdtools/DumpReader.cpp 2003/07/17 21:50:01 637 +++ trunk/OOPSE/libmdtools/DumpReader.cpp 2003/07/22 20:05:30 646 @@ -1,5 +1,8 @@ +#define _FILE_OFFSET_BITS 64 + #include #include +#include #include #include @@ -20,6 +23,18 @@ namespace dumpRead{ namespace dumpRead{ void nodeZeroError( void ); void anonymousNodeDie( void ); + + + class FilePos{ + public: + + + private: + + + }; + + vector frameStart; } using namespace dumpRead; @@ -69,6 +84,7 @@ DumpReader :: ~DumpReader( ){ } + void DumpReader :: getFrame( SimInfo* the_simnfo, int whichFrame){ int i, j, done, which_node, which_atom; // loop counter