| # | Line 37 | Line 37 | void GridBuilder::launchProbe(int forceField, vector<d | |
|---|---|---|
| 37 | for (i=0; i<bandwidth; i++){ | |
| 38 | for (j=0; j<bandwidth; j++){ | |
| 39 | releaseProbe(startDist); | |
| 40 | + | |
| 41 | + | sigmaGrid.push_back(sigDist); |
| 42 | + | sGrid.push_back(sDist); |
| 43 | + | epsGrid.push_back(epsVal); |
| 44 | + | |
| 45 | stepPhi(phiStep); | |
| 46 | } | |
| 47 | stepTheta(thetaStep); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |