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

Comparing trunk/OOPSE-1.0/utils/sysbuilder/MoLocator.hpp (file contents):
Revision 1432 by tim, Thu Jul 29 03:31:50 2004 UTC vs.
Revision 1435 by tim, Thu Jul 29 18:16:16 2004 UTC

# Line 10 | Line 10 | class MoLocator{
10   #include "ForceFields.hpp"
11   using namespace std;
12  
13 + //convert lattice vector to rotation matrix
14 + void latVec2RotMat(const Vector3d& lv, double rotMat[3][3]);
15 +
16   class MoLocator{
17    
18   public:
# Line 21 | Line 24 | class MoLocator{ (private)
24   private:
25    
26    void calcRefCoords( void );
27 <
27 >  
28    MoleculeStamp* myStamp;
29    ForceFields* myFF;
30  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines