bugfix: invalidate the individual after having repaired it

This commit is contained in:
nojhan 2011-11-09 10:35:41 +01:00
commit 96dc505f92
2 changed files with 4 additions and 0 deletions

View file

@ -166,6 +166,8 @@ public:
} // for j
} // context for k
} // for ipair
sol.invalidate();
}
};