Browse Source

sparse/*.c, drop unused artifacts

pre-master-46
rlar 13 years ago
parent
commit
35f1c18c61
  1. 4
      src/maths/sparse/sputils.c

4
src/maths/sparse/sputils.c

@ -1124,7 +1124,7 @@ spStripMatrix(MatrixPtr eMatrix)
/* Reset the element lists. */
{
ElementPtr pElement;
struct ElementListNodeStruct *pListNode;
pListNode = Matrix->LastElementListNode = Matrix->FirstElementListNode;
@ -1134,7 +1134,7 @@ spStripMatrix(MatrixPtr eMatrix)
/* Reset the fill-in lists. */
{
ElementPtr pFillin;
struct FillinListNodeStruct *pListNode;
pListNode = Matrix->LastFillinListNode = Matrix->FirstFillinListNode;

Loading…
Cancel
Save