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,
|
||||
&mut code,
|
||||
);
|
||||
cell.get().norm()
|
||||
} else {
|
||||
self.marker.increment_running_count(var_num);
|
||||
}
|
||||
|
||||
r
|
||||
}
|
||||
} else {
|
||||
self.marker.increment_running_count(var_num);
|
||||
cell.get().norm()
|
||||
|
||||
Reference in New Issue
Block a user