* src/ltltest/genltl.cc (GF_n): Really use "op".
This commit is contained in:
parent
0792fb741d
commit
2c5bae3d37
2 changed files with 5 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ formula* GF_n(std::string name, int n, bool conj = true)
|
|||
env.require(p.str())));
|
||||
|
||||
if (result)
|
||||
result = multop::instance(multop::And, f, result);
|
||||
result = multop::instance(op, f, result);
|
||||
else
|
||||
result = f;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue