mirror of
https://github.com/Z3Prover/z3
synced 2025-06-02 04:11:21 +00:00
typo
This commit is contained in:
parent
83cee9e81f
commit
a3de478c93
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ namespace qe {
|
||||||
// -- of the same sort longer than 1
|
// -- of the same sort longer than 1
|
||||||
std::sort(reps.c_ptr(), reps.c_ptr() + reps.size(), sort_lt_proc());
|
std::sort(reps.c_ptr(), reps.c_ptr() + reps.size(), sort_lt_proc());
|
||||||
unsigned i = 0;
|
unsigned i = 0;
|
||||||
unsigned sz = res.size();
|
unsigned sz = reps.size();
|
||||||
while (i < sz) {
|
while (i < sz) {
|
||||||
sort* last_sort = get_sort(reps.get(i));
|
sort* last_sort = get_sort(reps.get(i));
|
||||||
unsigned j = i + 1;
|
unsigned j = i + 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue