Skip to content

Commit

Permalink
Fixes issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshmi committed Nov 25, 2020
1 parent 5b5308c commit fbd0a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldl/ldlt_check.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace nasoq {
delete[]row_comp;
delete[]valTmp;
delete[]L_csc->p;
delete[]L_csc;
delete L_csc;
allocateAC(LT, 0, 0, 0, FALSE);
return true;

Expand Down

0 comments on commit fbd0a59

Please sign in to comment.