--- trunk/OOPSE/staticProps/PairCorrType.hpp 2003/10/21 19:33:19 811 +++ trunk/OOPSE/staticProps/PairCorrType.hpp 2003/11/21 20:07:14 873 @@ -112,9 +112,9 @@ class GofRtheta : public PairCorrType{ (protected) protected: - int *currHist; - double *currGofR; - double *avgGofR; + int **currCosHist; + double **currGofRtheta; + double **avgGofRtheta; int nFrames;