--- trunk/OOPSE/staticProps/GofRomega.cpp 2003/12/16 20:49:11 879 +++ trunk/OOPSE/staticProps/GofRomega.cpp 2003/12/19 15:12:23 885 @@ -45,7 +45,7 @@ GofRomega::~GofRomega(){ delete[] avgGofRomega[i]; } - delete[] currHist; + delete[] currCosHist; delete[] currGofRomega; delete[] avgGofRomega; } @@ -104,7 +104,7 @@ void GofRomega::accumulateFrame( void ){ void GofRomega::accumulateFrame( void ){ - int i; + int i,j; double rLower, rUpper, volSlice; double nIdeal; @@ -134,7 +134,7 @@ void GofRomega::writeCorr( char* outPrefix ){ double rValue, cosValue, deltaCos, corrValue; double rLower, rUpper, volSlice; double nIdeal; - int i; + int i,j; char outName[200]; sprintf( outName,