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

Comparing trunk/OOPSE-4/src/integrators/Velocitizer.cpp (file contents):
Revision 2364 by tim, Thu Oct 13 22:26:47 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 83 | Line 83 | namespace oopse {
83      delete randNumGen_;
84    }
85    
86 <  void Velocitizer::velocitize(double temperature) {
86 >  void Velocitizer::velocitize(RealType temperature) {
87      Vector3d aVel;
88      Vector3d aJ;
89      Mat3x3d I;
# Line 91 | Line 91 | namespace oopse {
91      int m;
92      int n;
93      Vector3d vdrift;
94 <    double vbar;
94 >    RealType vbar;
95      /**@todo refactory kb */
96 <    const double kb = 8.31451e-7; // kb in amu, angstroms, fs, etc.
97 <    double av2;
98 <    double kebar;
96 >    const RealType kb = 8.31451e-7; // kb in amu, angstroms, fs, etc.
97 >    RealType av2;
98 >    RealType kebar;
99      
100      Globals * simParams = info_->getSimParams();
101      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines