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

Comparing trunk/OOPSE-4/src/integrators/Velocitizer.hpp (file contents):
Revision 2072 by tim, Tue Mar 1 23:02:33 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/ParallelRandNumGen.hpp"
53 > #include "math/RandNumGen.hpp"
54  
55   namespace oopse {
56  
# Line 71 | Line 71 | class Velocitizer {
71          
72          SimInfo* info_;
73  
74 <        /**@todo random number generator should have same interface*/
75 < #ifndef IS_MPI        
76 <        MTRand* randNumGen_;
77 < #else
78 <        ParallelRandNumGen* randNumGen_;
79 < #endif
74 >        RandNumGen* randNumGen_;
75 >
76   };
77  
78   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines