bugfix: invalidate the individual after having repaired it
This commit is contained in:
parent
391c9e9e22
commit
96dc505f92
2 changed files with 4 additions and 0 deletions
|
|
@ -166,6 +166,8 @@ public:
|
|||
} // for j
|
||||
} // context for k
|
||||
} // for ipair
|
||||
|
||||
sol.invalidate();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Reference in a new issue