ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/staticProps/AllCorr.cpp
(Generate patch)

Comparing trunk/OOPSE/staticProps/AllCorr.cpp (file contents):
Revision 884 by mmeineke, Fri Oct 17 21:19:07 2003 UTC vs.
Revision 885 by mmeineke, Fri Dec 19 15:12:23 2003 UTC

# Line 102 | Line 102 | void AllCorr::setPairCorrList( vector <PairCorrList> &
102  
103      case gofr:
104        pairCorrs[i] = new GofR(pair1, pair2, nAtoms, nBins);
105 +      break;
106 +
107 +    case gofrTheta:
108 +      pairCorrs[i] = new GofRtheta(pair1, pair2, nAtoms, nBins);
109 +      break;
110 +
111 +    case gofrOmega:
112 +      pairCorrs[i] = new GofRomega(pair1, pair2, nAtoms, nBins);
113        break;
114  
115      default:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines