Skip to content

Commit

Permalink
Fix codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Sep 28, 2023
1 parent 375f084 commit 0a79082
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Reactions/ReactorCvode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,6 @@ ReactorCvode::freeUserData(CVODEUserData* data_wk)
delete[] (data_wk->PS);
#endif
} else if (data_wk->solve_type == cvode::customDirect) {
// SUNMatDestroy(A);
SUNMatDestroy(data_wk->PSc);
}

Expand Down

0 comments on commit 0a79082

Please sign in to comment.