Index: head/math/newmat/files/patch-newmat6.cpp =================================================================== --- head/math/newmat/files/patch-newmat6.cpp (nonexistent) +++ head/math/newmat/files/patch-newmat6.cpp (revision 432983) @@ -0,0 +1,11 @@ +--- newmat6.cpp.orig 2006-09-09 12:51:25 UTC ++++ newmat6.cpp +@@ -428,7 +428,7 @@ void CroutMatrix::operator=(const CroutM + { + if (&gm == this) { REPORT tag_val = -1; return; } + REPORT +- if (indx > 0) { delete [] indx; indx = 0; } ++ if (indx) { delete [] indx; indx = 0; } + ((CroutMatrix&)gm).get_aux(*this); + Eq(gm); + } Property changes on: head/math/newmat/files/patch-newmat6.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property