* spot/twaalgos/degen.cc (propagate_marks_here): Cleanup previous patch.
This commit is contained in:
parent
99bf152673
commit
db725ffaf8
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
// Copyright (C) 2012-2020 Laboratoire de Recherche
|
// Copyright (C) 2012-2020, 2022 Laboratoire de Recherche et
|
||||||
// et Développement de l'Epita (LRDE).
|
// Développement de l'Epita (LRDE).
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
//
|
//
|
||||||
|
|
@ -1170,7 +1170,7 @@ namespace spot
|
||||||
}
|
}
|
||||||
// If aut was state-based acc before, this might no longer
|
// If aut was state-based acc before, this might no longer
|
||||||
// this might no longer be the case
|
// this might no longer be the case
|
||||||
if (aut->prop_state_acc() == 1)
|
if (aut->prop_state_acc().is_true())
|
||||||
aut->prop_state_acc(0);
|
aut->prop_state_acc(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue