ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/hydrodynamics/Ellipsoid.cpp
(Generate patch)

Comparing trunk/src/hydrodynamics/Ellipsoid.cpp (file contents):
Revision 1184 by xsun, Fri Oct 5 19:01:12 2007 UTC vs.
Revision 1322 by gezelter, Mon Nov 24 22:01:56 2008 UTC

# Line 120 | Line 120 | namespace oopse {
120      Xi(4,4) = XirrB;
121      Xi(5,5) = XirrA;
122  
123 <    const RealType convertConstant = 1.439326479e4; // converts Poise angstroms
124 <                                                    // to kcal fs mol^-1 Angstrom^-1
125 <
126 <    Xi *= convertConstant;    
123 >    Xi *= OOPSEConstant::viscoConvert;    
124      
125      XiCopy = Xi;
126      invertMatrix(XiCopy, D);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines