no message

This commit is contained in:
mac 2000-03-22 14:30:57 +00:00
commit 2620c402bc

View file

@ -8,10 +8,3 @@ istream & operator >> ( istream& _is, eoPersistent& _o ) {
_o.readFrom(_is);
return _is;
};
// temporary location for the one and only eoRng object
#include "eoRNG.h"
eoRng rng;