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

Comparing trunk/OOPSE-4/src/math/SeqRandNumGen.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 65 | Line 65 | class SeqRandNumGen : public RandNumGen{
65          virtual void seed();
66  
67      private:
68 <
68 >         SeqRandNumGen(const SeqRandNumGen&);
69 >         SeqRandNumGen& operator =(const SeqRandNumGen&);
70 >        
71          static int nCreatedRNG_; /**< number of created random number of generator*/
72  
73   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines