diff src/Cell.h @ 4548:820323598f4f

[project @ 2003-10-26 03:16:42 by jwe]
author jwe
date Sun, 26 Oct 2003 03:16:42 +0000
parents 508238e65af7
children 742993a501b9
line wrap: on
line diff
--- a/src/Cell.h	Sat Oct 25 01:59:15 2003 +0000
+++ b/src/Cell.h	Sun Oct 26 03:16:42 2003 +0000
@@ -41,7 +41,7 @@
 public:
 
   Cell (void)
-    : ArrayN<octave_value> () { }
+    : ArrayN<octave_value> (dim_vector (0, 0)) { }
 
   Cell (const octave_value& val)
     : ArrayN<octave_value> (dim_vector (1, 1), val) { }