read the cell written to by mark_var when needed in compile_is (#1846)
This commit is contained in:
@@ -335,11 +335,11 @@ impl<'a> ArithmeticEvaluator<'a> {
|
|||||||
term_loc,
|
term_loc,
|
||||||
&mut code,
|
&mut code,
|
||||||
);
|
);
|
||||||
|
cell.get().norm()
|
||||||
} else {
|
} else {
|
||||||
self.marker.increment_running_count(var_num);
|
self.marker.increment_running_count(var_num);
|
||||||
|
r
|
||||||
}
|
}
|
||||||
|
|
||||||
r
|
|
||||||
} else {
|
} else {
|
||||||
self.marker.increment_running_count(var_num);
|
self.marker.increment_running_count(var_num);
|
||||||
cell.get().norm()
|
cell.get().norm()
|
||||||
|
|||||||
Reference in New Issue
Block a user