--- trunk/OOPSE/libBASS/AtomStamp.cpp 2003/10/28 16:03:06 828 +++ trunk/OOPSE/libBASS/AtomStamp.cpp 2004/01/26 21:26:40 982 @@ -28,11 +28,11 @@ void AtomStamp::setOrientation( double x, double y, do have_position = 1; } -void AtomStamp::setOrientation( double x, double y, double z ){ +void AtomStamp::setOrientation( double phi, double theta, double psi ){ - ornt[0] = x; - ornt[1] = y; - ornt[2] = z; + ornt[0] = phi; + ornt[1] = theta; + ornt[2] = psi; have_orientation = 1; }