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

Comparing trunk/OOPSE-4/src/utils/OOPSEConstant.hpp (file contents):
Revision 2236 by tim, Fri May 20 16:01:38 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 45 | Line 45 | namespace oopse {
45   namespace oopse {
46  
47    namespace OOPSEConstant {
48 <    const double kb = 1.9872156E-3; // boltzman's constant in kcal/(mol K)
49 <    const double kB = 8.31451e-7;// boltzmann constant amu*Ang^2*fs^-2/K
50 <    const double energyConvert = 4.184E-4; // convert kcal/mol -> (amu A^2)/fs^2
51 <    const double pressureConvert = 1.63882576e8; // //converts amu*fs^-2*Ang^-1 -> atm
52 <    const double surfaceTensorConvert = 1.43936; // convert N/m to kcal/mol*Ang^-2
48 >    const RealType kb = 1.9872156E-3; // boltzman's constant in kcal/(mol K)
49 >    const RealType kB = 8.31451e-7;// boltzmann constant amu*Ang^2*fs^-2/K
50 >    const RealType energyConvert = 4.184E-4; // convert kcal/mol -> (amu A^2)/fs^2
51 >    const RealType pressureConvert = 1.63882576e8; // //converts amu*fs^-2*Ang^-1 -> atm
52 >    const RealType surfaceTensorConvert = 1.43936; // convert N/m to kcal/mol*Ang^-2
53    }
54   }
55   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines