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

Comparing trunk/OOPSE/libmdtools/SimState.hpp (file contents):
Revision 670 by mmeineke, Thu Aug 7 21:47:18 2003 UTC vs.
Revision 1167 by tim, Wed May 12 16:38:45 2004 UTC

# Line 21 | Line 21 | class SimState{ (public)
21                          double** trq,
22                          double** Amat,
23                          double** mu,  
24 <                        double** ul );
24 >                        double** ul);
25    
26  
27    double* getFrcArray ( void ) { return frc; }
# Line 41 | Line 41 | class SimState{ (public)
41    double* Amat; // the rotation matrix
42    double* mu;   // the dipole moment array
43    double* ul;   // the lab frame unit directional vector
44
44   };
45  
46  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines