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 1292 by chrisfen, Wed Jun 23 20:18:48 2004 UTC vs.
Revision 1293 by chrisfen, Wed Jun 23 23:47:56 2004 UTC

# Line 67 | Line 67 | void GridBuilder::launchProbe(int forceField, vector<d
67  
68    for (k =0; k < gridwidth; k++) {
69      thetaVal = thetaMin + k*thetaStep;
70    printf("Theta step %i\n", k);
70      for (j=0; j < gridwidth; j++) {
71        phiVal = j*phiStep;
72  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines