Skip to content

Commit 525fcf3

Browse files
committed
another fix
1 parent 709fa47 commit 525fcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/compile_commented_snippets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git submodule update
2525
echo "vi rhs;"
2626
echo "vector<vi> mat;"
2727
echo "vector<vector<bool>> grid;"
28-
echo "int n,m,k,tl,tr,l,r,l1,r1,l2,r2,s_l,s_r,root_l,root_r,source,sink,total_flow,bccid,u,v,lsz,rsz,cols,cap,num,x,y,i,j,i1,i2,j1,j2,len;"
28+
echo "int n,m,k,tl,tr,l,r,l1,r1,l2,r2,s_l,s_r,root_l,root_r,source,sink,total_flow,bccid,u,v,w,lsz,rsz,cols,cap,num,x,y,i,j,i1,i2,j1,j2,len;"
2929
} >entire_library_without_main
3030

3131
{

0 commit comments

Comments
 (0)