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 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 982 by gezelter, Mon Jan 26 21:26:40 2004 UTC

# Line 1 | Line 1
1 < #include <cstdlib>
2 < #include <cstdio>
3 < #include <cstring>
1 > #include <stdlib.h>
2 > #include <stdio.h>
3 > #include <string.h>
4   #include <iostream>
5  
6   #include "AtomStamp.hpp"
# Line 28 | Line 28 | void AtomStamp::setPosition( double x, double y, doubl
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