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

Comparing trunk/OOPSE-4/src/math/ParallelRandNumGen.hpp (file contents):
Revision 2076 by tim, Wed Mar 2 15:36:14 2005 UTC vs.
Revision 2077 by tim, Wed Mar 2 16:28:20 2005 UTC

# Line 69 | Line 69 | class ParallelRandNumGen : public RandNumGen{
69          virtual void seed();
70  
71      private:
72 +        
73 +         ParallelRandNumGen(const ParallelRandNumGen&);
74 +         ParallelRandNumGen& operator =(const ParallelRandNumGen&);
75  
76          static int nCreatedRNG_; /**< number of created random number of generator*/
77  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines