--- trunk/OOPSE-3.0/src/applications/staticProps/GofXyz.cpp 2005/02/18 23:07:32 2053 +++ trunk/OOPSE-3.0/src/applications/staticProps/GofXyz.cpp 2005/03/28 15:54:04 2135 @@ -160,7 +160,7 @@ void GofXyz::writeRdf() { for(int j = 0; j < histogram_[i].size(); ++j) { - for(int k = 0;k < histogram_[i].size(); ++k) { + for(int k = 0;k < histogram_[i][j].size(); ++k) { rdfStream.write(reinterpret_cast(&histogram_[i][j][k] ), sizeof(histogram_[i][j][k] )); } }