--- trunk/OOPSE/libBASS/AtomStamp.cpp 2003/03/21 17:42:12 378 +++ trunk/OOPSE/libBASS/AtomStamp.cpp 2004/01/26 21:26:40 982 @@ -1,6 +1,6 @@ -#include -#include -#include +#include +#include +#include #include #include "AtomStamp.hpp" @@ -28,11 +28,11 @@ void AtomStamp::setPosition( double x, double y, doubl 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; }