--- trunk/OOPSE-4/src/math/SeqRandNumGen.hpp 2005/03/02 15:36:14 2076 +++ trunk/OOPSE-4/src/math/SeqRandNumGen.hpp 2005/03/02 16:28:20 2077 @@ -65,7 +65,9 @@ class SeqRandNumGen : public RandNumGen{ virtual void seed(); private: - + SeqRandNumGen(const SeqRandNumGen&); + SeqRandNumGen& operator =(const SeqRandNumGen&); + static int nCreatedRNG_; /**< number of created random number of generator*/ };