--- trunk/OOPSE/libmdtools/DumpReader.cpp 2004/06/07 14:09:02 1251 +++ trunk/OOPSE/libmdtools/DumpReader.cpp 2004/06/07 14:26:33 1252 @@ -84,16 +84,11 @@ void DumpReader::scanFile( void ){ void DumpReader::scanFile( void ){ - int vectorSize; - int i, j, k; + int i, j; int lineNum = 0; char readBuffer[2000]; - char* foo; fpos_t *currPos; - double time; - - #ifdef IS_MPI if( worldRank == 0 ){ #endif // is_mpi @@ -176,7 +171,8 @@ void DumpReader :: readSet( int whichFrame ){ void DumpReader :: readSet( int whichFrame ){ - int i, j; + int i; + unsigned int j; #ifdef IS_MPI int done, which_node, which_atom; // loop counter