Mercurial > hg > octave-lyh
diff liboctave/sparse-base-chol.h @ 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 | 2be056f03720 |
line wrap: on
line diff
--- a/liboctave/sparse-base-chol.h +++ b/liboctave/sparse-base-chol.h @@ -40,7 +40,7 @@ class sparse_base_chol_rep { public: - sparse_base_chol_rep (void) : count (1), Lsparse (NULL), + sparse_base_chol_rep (void) : count (1), Lsparse (0), is_pd (false), minor_p (0) { } sparse_base_chol_rep (const chol_type& a,