Skip to content

Commit 879295e

Browse files
committed
oc testing
1 parent 2973e43 commit 879295e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conclave/dispatch/oblivc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self, peer, config):
2525
2626
typedef struct
2727
{
28-
{{{TYPE}}} mat[10000][COLS];
28+
{{{TYPE}}} mat[ROWS][COLS];
2929
int rows;
3030
int cols;
3131
} Io;

0 commit comments

Comments
 (0)