Skip to content

Commit d00de14

Browse files
committed
move stable
1 parent 0db6245 commit d00de14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/pbes/include/mcrl2/pbes/tools/pbeschain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,9 @@ inline void self_substitute(pbes_equation& equation,
424424
std::set<propositional_variable_instantiation> phi_set_same_name;
425425
std::copy_if(phi_set.begin(), phi_set.end(), std::inserter(phi_set_same_name, phi_set_same_name.begin()),
426426
[&](const propositional_variable_instantiation& pvi) { return pvi.name() == equation.variable().name(); });
427+
stable = false;
427428
if (phi_set_same_name.size() == 0)
428429
{
429-
stable = false;
430430
pvi_done = true;
431431
}
432432
else

0 commit comments

Comments
 (0)