--- trunk/src/io/DumpReader.cpp 2006/08/30 18:42:29 1024 +++ trunk/src/io/DumpReader.cpp 2006/09/08 16:13:21 1037 @@ -276,7 +276,6 @@ namespace oopse { MPI_Bcast((void *)sendBuffer.c_str(), sendBufferSize, MPI_CHAR, masterNode, MPI_COMM_WORLD); sstream.str(sendBuffer); - std::cerr << sendBuffer; } else { int sendBufferSize; MPI_Bcast(&sendBufferSize, 1, MPI_INT, masterNode, MPI_COMM_WORLD); @@ -339,6 +338,7 @@ namespace oopse { } std::string type = tokenizer.nextToken(); int size = type.size(); + for(int i = 0; i < size; ++i) { switch(type[i]) { @@ -399,6 +399,7 @@ namespace oopse { integrableObject->setJ(ji); } } + break; } case 'f': {