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 1293 by chrisfen, Wed Jun 23 23:47:56 2004 UTC vs.
Revision 1305 by chrisfen, Fri Jun 25 17:51:51 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines