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

Comparing trunk/OOPSE-2.0/src/integrators/Velocitizer.hpp (file contents):
Revision 2068 by tim, Tue Mar 1 19:11:47 2005 UTC vs.
Revision 2076 by tim, Wed Mar 2 15:36:14 2005 UTC

# Line 50 | Line 50
50   #ifndef INTEGRATORS_VELOCITIZER_HPP
51   #define INTEGRATORS_VELOCITIZER_HPP
52   #include "brains/SimInfo.hpp"
53 < #include "math/OOPSERandNumGen.hpp"
53 > #include "math/RandNumGen.hpp"
54  
55   namespace oopse {
56  
# Line 70 | Line 70 | class Velocitizer {
70      private:
71          
72          SimInfo* info_;
73        OOPSERandNumGen* randNumGen_;
73  
74 +        RandNumGen* randNumGen_;
75 +
76   };
77  
78   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines