Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 10, 2024
1 parent 83f60bc commit 585501f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/utest.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ int main() {
G = malloc(n * sizeof(rpc_));
vector = malloc(n * sizeof(rpc_));
result = malloc(n * sizeof(rpc_));
X_names = malloc(n * sizeof(char *));
X_type = malloc(n * sizeof(ipc_));
INDEX_nz_vector = malloc(n * sizeof(ipc_));
INDEX_nz_result = malloc(n * sizeof(ipc_));
Expand Down

0 comments on commit 585501f

Please sign in to comment.