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

Comparing trunk/SHAPES/GridBuilder.cpp (file contents):
Revision 1277 by chrisfen, Thu Jun 17 21:29:17 2004 UTC vs.
Revision 1278 by chrisfen, Thu Jun 17 21:35:22 2004 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines