Added the invalidate() call - that bug was not seem before, because
we always used init on newborn genotypes!
This commit is contained in:
parent
c5145c8399
commit
62686ac406
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ public:
|
|||
{
|
||||
// START 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:
|
||||
|
|
|
|||
Reference in a new issue