diff liboctave/chNDArray.h @ 10107:fd262afea1d1

optimize bsxfun for chars
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 14 Jan 2010 13:16:09 +0100
parents f80c566bc751
children 4c0cdbe0acca
line wrap: on
line diff
--- a/liboctave/chNDArray.h	Thu Jan 14 10:17:37 2010 +0100
+++ b/liboctave/chNDArray.h	Thu Jan 14 13:16:09 2010 +0100
@@ -28,6 +28,7 @@
 
 #include "mx-defs.h"
 #include "mx-op-decl.h"
+#include "bsxfun-decl.h"
 
 class
 OCTAVE_API
@@ -111,6 +112,8 @@
 
 MARRAY_FORWARD_DEFS (MArrayN, charNDArray, char)
 
+BSXFUN_STDREL_DECLS (charNDArray, OCTAVE_API)
+
 #endif
 
 /*