diff src/oct-map.cc @ 5329:f087ea85c24b

[project @ 2005-05-02 11:09:48 by jwe]
author jwe
date Mon, 02 May 2005 11:09:48 +0000
parents 322ab0da00f8
children 66ad03c58880
line wrap: on
line diff
--- a/src/oct-map.cc
+++ b/src/oct-map.cc
@@ -274,7 +274,8 @@
 	{
 	  tmp.resize (new_dims, fill_value);
 	}
-      else if (new_dims != curr_dims)
+
+      if (new_dims != curr_dims)
 	{
 	  for (iterator p = begin (); p != end (); p++)
 	    contents(p).resize (new_dims, fill_value);