Skip to content

Commit

Permalink
fix ZeroSparseSet
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/klusolve/code@9 84ce79d0-a818-4454-855f-addb737eb71b
  • Loading branch information
temcdrm committed Jun 30, 2009
1 parent c2233c0 commit ebcfb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KLUSolve/KLUSolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ KLU_API ZeroSparseSet (unsigned int hSparse)

write_lfp ("ZeroSparseSet\n");

KLUSystem *pSys = reinterpret_cast<KLUSystem *> (rc);
KLUSystem *pSys = reinterpret_cast<KLUSystem *> (hSparse);
if (pSys) {
pSys->zero();
pSys->bFactored = false;
Expand Down

0 comments on commit ebcfb71

Please sign in to comment.