Mercurial > hg > octave-nkf
diff liboctave/MSparse-defs.h @ 10350:12884915a8e4
merge MArray classes & improve Array interface
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Sat, 23 Jan 2010 21:41:03 +0100 |
parents | cbc402e64d83 |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/liboctave/MSparse-defs.h +++ b/liboctave/MSparse-defs.h @@ -184,7 +184,7 @@ /* SPARSE_OP_ASSIGN_DEFS (MSparse, T, T) */ \ SPARSE_OP_ASSIGN_DEFS (MSparse, T, MSparse<T>, API) \ SPARSE_UNOP_DEFS (MSparse, T, API) \ - SPARSE_BINOP_DEFS (MSparse, MArray2, T, API) + SPARSE_BINOP_DEFS (MSparse, MArray, T, API) // Define all the MSparse forwarding functions for return type R and // MSparse element type T