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

Comparing trunk/OOPSE/libBASS/AtomStamp.cpp (file contents):
Revision 828 by gezelter, Tue Oct 28 16:03:06 2003 UTC vs.
Revision 982 by gezelter, Mon Jan 26 21:26:40 2004 UTC

# Line 28 | Line 28 | void AtomStamp::setOrientation( double x, double y, do
28    have_position = 1;
29   }
30  
31 < void AtomStamp::setOrientation( double x, double y, double z ){
31 > void AtomStamp::setOrientation( double phi, double theta, double psi ){
32  
33 <  ornt[0] = x;
34 <  ornt[1] = y;
35 <  ornt[2] = z;
33 >  ornt[0] = phi;
34 >  ornt[1] = theta;
35 >  ornt[2] = psi;
36  
37    have_orientation = 1;
38   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines