Skip to content

Commit

Permalink
delete variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nychiang committed Oct 11, 2023
1 parent 6d49ec9 commit 5835f79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testMatrixSparse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ int main(int argc, char** argv)

// Remove testing objects
delete mxn_sparse;
delete mxn_empty;
delete nullxn_sparse
delete m2xn_sparse;
delete m3xn3_sparse;
delete m4xn4_sparse;
Expand Down Expand Up @@ -371,6 +373,8 @@ int main(int argc, char** argv)

// Remove testing objects
delete mxn_sparse;
delete mxn_empty;
delete nullxn_sparse
delete mxn_sparse_2;
delete m2xn_sparse;
delete m3xn3_sparse;
Expand Down

0 comments on commit 5835f79

Please sign in to comment.