Skip to content

Commit 6cd4e5f

Browse files
committed
Fixing printing
1 parent 2ebe248 commit 6cd4e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stack.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class StackLevel {
142142
inline void common_print(const FF& before) {
143143
cout << "now "
144144
<< ((act_branch) ? "right" : "left")
145-
<< " count is: " << branch_mc[act_branch]
145+
<< " count is: " << val_or_zero(act_branch)
146146
<< " before it was: " << before
147147
<< " var: " << var
148148
<< " while " << ((!act_branch) ? "right" : "left")

0 commit comments

Comments
 (0)