Added the invalidate() call - that bug was not seem before, because

we always used init on newborn genotypes!
This commit is contained in:
evomarc 2001-11-10 06:32:05 +00:00
commit 62686ac406

View file

@ -45,6 +45,7 @@ public:
{ {
// START Code of random initialization of an eoMyStruct object // START Code of random initialization of an eoMyStruct object
// END Code of random initialization of an eoMyStruct object // END Code of random initialization of an eoMyStruct object
_genotype.invalidate(); // IMPORTANT in case the _genotype is old
} }
private: private: