Mercurial > hg > octave-nkf
diff src/OPERATORS/op-sm-cs.cc @ 5760:8d7162924bd3
[project @ 2006-04-14 04:01:37 by jwe]
author | jwe |
---|---|
date | Fri, 14 Apr 2006 04:01:40 +0000 |
parents | 22994a5730f9 |
children | 6b9cec830d72 |
line wrap: on
line diff
--- a/src/OPERATORS/op-sm-cs.cc +++ b/src/OPERATORS/op-sm-cs.cc @@ -72,7 +72,7 @@ DEFBINOP (ldiv, sparse_matrix, complex) { - CAST_BINOP_ARGS (octave_sparse_matrix&, const octave_complex&); + CAST_BINOP_ARGS (const octave_sparse_matrix&, const octave_complex&); SparseType typ = v1.sparse_type (); SparseMatrix m1 = v1.sparse_matrix_value ();