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

Comparing branches/new_design/OOPSE-4/src/utils/OOPSEConstant.hpp (file contents):
Revision 1820 by tim, Tue Nov 30 19:58:25 2004 UTC vs.
Revision 1821 by tim, Thu Dec 2 00:26:23 2004 UTC

# Line 29 | Line 29 | namespace oopse {
29   namespace oopse {
30  
31      namespace OOPSEConstant {
32 <        static const double kb = 1.9872156E-3; // boltzman's constant in kcal/(mol K)
33 <        static const double energyConvert = 4.184E-4; // convert kcal/mol -> (amu A^2)/fs^2
34 <        static const double pressureConvert = 1.63882576e8; // ->atrm
32 >         const double kb = 1.9872156E-3; // boltzman's constant in kcal/(mol K)
33 >         const double kB = 8.31451e-7;// boltzmann constant amu*Ang^2*fs^-2/K
34 >         const double energyConvert = 4.184E-4; // convert kcal/mol -> (amu A^2)/fs^2
35 >         const double pressureConvert = 1.63882576e8; // ->atrm
36      }
37   }
38   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines