Mercurial > hg > octave-nkf
diff src/OPERATORS/op-scm-m.cc @ 5760:8d7162924bd3
[project @ 2006-04-14 04:01:37 by jwe]
author | jwe |
---|---|
date | Fri, 14 Apr 2006 04:01:40 +0000 |
parents | 2042301733ce |
children | 6b9cec830d72 |
line wrap: on
line diff
--- a/src/OPERATORS/op-scm-m.cc +++ b/src/OPERATORS/op-scm-m.cc @@ -62,7 +62,7 @@ DEFBINOP (ldiv, sparse_complex_matrix, matrix) { - CAST_BINOP_ARGS (octave_sparse_complex_matrix&, const octave_matrix&); + CAST_BINOP_ARGS (const octave_sparse_complex_matrix&, const octave_matrix&); SparseType typ = v1.sparse_type ();