diff src/Cell.cc @ 5539:b800ae36fc6a

[project @ 2005-11-16 18:45:32 by jwe]
author jwe
date Wed, 16 Nov 2005 18:45:32 +0000
parents 4c8a2e4e0717
children 3074a549d644
line wrap: on
line diff
--- a/src/Cell.cc
+++ b/src/Cell.cc
@@ -53,6 +53,10 @@
 
   switch (n)
     {
+    case 0:
+      retval = *this;
+      break;
+
     case 1:
       {
 	idx_vector i = idx_arg(0).index_vector ();