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 1305 by chrisfen, Fri Jun 25 17:51:51 2004 UTC vs.
Revision 1306 by chrisfen, Fri Jun 25 17:54:51 2004 UTC

# Line 69 | Line 69 | void GridBuilder::launchProbe(int forceField, vector<d
69      thetaVal = thetaMin + k*thetaStep;
70      for (j=0; j < gridwidth; j++) {
71        phiVal = j*phiStep + 0.5*PI;
72 +      if (phiVal>=2*PI)
73 +        phiVal -= 2*PI;
74  
75        rbMol->setEuler(0.0, thetaVal, phiVal);
76  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines