diff src/ov-struct.h @ 6639:ed74670db09b

[project @ 2007-05-21 19:47:22 by jwe]
author jwe
date Mon, 21 May 2007 19:47:22 +0000
parents 85c7dc4afe6b
children 9e32bb109980
line wrap: on
line diff
--- a/src/ov-struct.h	Mon May 21 19:24:19 2007 +0000
+++ b/src/ov-struct.h	Mon May 21 19:47:22 2007 +0000
@@ -95,7 +95,7 @@
     return dv.numel ();
   }
 
-  octave_idx_type nfields (void) const { return map.length (); }
+  octave_idx_type nfields (void) const { return map.nfields (); }
 
   octave_value reshape (const dim_vector& new_dims) const
     { return map.reshape (new_dims); }