Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 30, 2024
1 parent c283774 commit d2c56ec
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 d2c56ec

Please sign in to comment.