--- trunk/OOPSE/staticProps/AllCorr.cpp 2003/12/18 21:47:51 884 +++ trunk/OOPSE/staticProps/AllCorr.cpp 2003/12/19 15:12:23 885 @@ -102,6 +102,14 @@ void AllCorr::setPairCorrList( vector & case gofr: pairCorrs[i] = new GofR(pair1, pair2, nAtoms, nBins); + break; + + case gofrTheta: + pairCorrs[i] = new GofRtheta(pair1, pair2, nAtoms, nBins); + break; + + case gofrOmega: + pairCorrs[i] = new GofRomega(pair1, pair2, nAtoms, nBins); break; default: