ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/utils/sysbuilder/MoLocator.hpp
(Generate patch)

Comparing trunk/OOPSE/utils/sysbuilder/MoLocator.hpp (file contents):
Revision 700 by chuckv, Mon Aug 18 20:59:47 2003 UTC vs.
Revision 1099 by gezelter, Mon Apr 12 20:33:12 2004 UTC

# Line 2 | Line 2
2   #define __MOLOCATOR_H__
3  
4   #include "Atom.hpp"
5 + #include "DirectionalAtom.hpp"
6   #include "MoleculeStamp.hpp"
7   #include "SimState.hpp"
8  
# Line 28 | Line 29 | class MoLocator{ (private)
29  
30   };
31  
32 + extern void getRandomRot( double rot[3][3] );
33 + extern void getEulerRot( double theta, double phi, double psi,
34 +                         double rot[3][3] );
35  
36   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines