Mercurial > hg > octave-lyh
diff src/DLD-FUNCTIONS/spchol.cc @ 5717:34cda7d94c08
[project @ 2006-03-27 22:26:18 by jwe]
author | jwe |
---|---|
date | Mon, 27 Mar 2006 22:26:21 +0000 |
parents | 8bf74c0b2cbf |
children | 8d7162924bd3 |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/spchol.cc +++ b/src/DLD-FUNCTIONS/spchol.cc @@ -607,7 +607,7 @@ for (octave_idx_type k = 0 ; k < n ; k++) { // get the kth row of L and store in the columns of L - cholmod_row_subtree (A1, A2, k, Parent, R, cm) ; + CHOLMOD_NAME (row_subtree) (A1, A2, k, Parent, R, cm) ; for (octave_idx_type p = 0 ; p < Rp [1] ; p++) L.xridx (W [Ri [p]]++) = k ;