Bug #825
pull constraining not functional
Affected version - extra info:
4.5.5
Affected version:
Difficulty:
uncategorized
Description
In version 4.5.5 the constraint pulling is not functional, the pull constraint(s) is/are simply ignored.
I introduced this bug when fixing Bug #657.
The simple solution is to change line 527 of src/mdlib/constr.c from
bConverged_all = TRUE;
to
bConverged_all = FALSE;
Associated revisions
Merge "fixed pull constraining doing nothing, fixes #825" into release-4-5-patches
fixed pull constraining doing nothing, fixes #825
Change-Id: Iefadc0bb34241f91998e6d9f974150da54397045