diff liboctave/MSparse.cc @ 7342:9c7073003700

[project @ 2008-01-03 23:05:19 by jwe]
author jwe
date Thu, 03 Jan 2008 23:05:19 +0000
parents a1dbe9d80eee
children 4571f691b0ce
line wrap: on
line diff
--- a/liboctave/MSparse.cc
+++ b/liboctave/MSparse.cc
@@ -292,7 +292,7 @@
     if (a_nr == 1 && a_nc == 1) \
       { \
         if (a.elem(0,0) == 0.) \
-          r = MSparse<T> (b); \
+          r =  OP MSparse<T> (b); \
         else \
           { \
 	    r = MSparse<T> (b_nr, b_nc, a.data(0) OP 0.); \