Skip to content

Commit b84b4e7

Browse files
fix attribute order
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 49ba3bc commit b84b4e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nlsat/nlsat_explain.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,10 @@ namespace nlsat {
146146
m_factors(m_pm),
147147
m_factors_save(m_pm),
148148
m_roots_tmp(m_am),
149+
m_cell_sample(is_sample),
149150
m_todo(u),
150151
m_core1(s),
151152
m_core2(s),
152-
m_cell_sample(is_sample),
153-
154153
m_evaluator(ev) {
155154
m_simplify_cores = false;
156155
m_full_dimensional = false;

0 commit comments

Comments
 (0)