| # | 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: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |