diff liboctave/intNDArray.h @ 5992:4289ed95dde8

[project @ 2006-09-15 20:29:18 by jwe]
author jwe
date Fri, 15 Sep 2006 20:29:18 +0000
parents c038c2947ee1
children 2883ea1c5c18
line wrap: on
line diff
--- a/liboctave/intNDArray.h
+++ b/liboctave/intNDArray.h
@@ -32,6 +32,8 @@
 intNDArray : public MArrayN<T>
 {
 public:
+
+  typedef T elt_type;
   
   intNDArray (void) : MArrayN<T> () { }