diff liboctave/Sparse-b.cc @ 10512:aac9f4265048

rewrite sparse indexed assignment
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 13 Apr 2010 12:36:21 +0200
parents 4c0cdbe0acca
children fd0a3ac60b0e
line wrap: on
line diff
--- a/liboctave/Sparse-b.cc	Mon Apr 12 18:07:58 2010 -0400
+++ b/liboctave/Sparse-b.cc	Tue Apr 13 12:36:21 2010 +0200
@@ -30,7 +30,7 @@
 #include "Sparse.h"
 #include "Sparse.cc"
 
-INSTANTIATE_SPARSE_AND_ASSIGN (bool, OCTAVE_API);
+INSTANTIATE_SPARSE (bool, OCTAVE_API);
 
 #if 0
 template std::ostream& operator << (std::ostream&, const Sparse<bool>&);