diff src/DLD-FUNCTIONS/colamd.cc @ 7520:b166043585a8

use 0 instead of NULL
author John W. Eaton <jwe@octave.org>
date Fri, 22 Feb 2008 16:44:03 -0500
parents a1dbe9d80eee
children 4976f66d469b
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/colamd.cc	Fri Feb 22 15:17:15 2008 -0500
+++ b/src/DLD-FUNCTIONS/colamd.cc	Fri Feb 22 16:44:03 2008 -0500
@@ -718,7 +718,7 @@
 	      error ("etree: matrix is marked as symmetric, but not square");
 	      return retval;
 	    }
-	  symetree (ridx, cidx, etree, NULL, n_col);
+	  symetree (ridx, cidx, etree, 0, n_col);
 	}
       else
 	{