no message
This commit is contained in:
parent
2799347236
commit
2620c402bc
1 changed files with 0 additions and 7 deletions
|
|
@ -8,10 +8,3 @@ istream & operator >> ( istream& _is, eoPersistent& _o ) {
|
||||||
_o.readFrom(_is);
|
_o.readFrom(_is);
|
||||||
return _is;
|
return _is;
|
||||||
};
|
};
|
||||||
|
|
||||||
// temporary location for the one and only eoRng object
|
|
||||||
|
|
||||||
#include "eoRNG.h"
|
|
||||||
|
|
||||||
eoRng rng;
|
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue