diff liboctave/dim-vector.h @ 10810:6683f0c9d742

make the maximum extent externally accessible
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 20 Jul 2010 21:19:10 +0200
parents 53253f796351
children b4ebfd675321
line wrap: on
line diff
--- a/liboctave/dim-vector.h
+++ b/liboctave/dim-vector.h
@@ -219,6 +219,8 @@
 
 public:
 
+  static const octave_idx_type dim_max;
+
   explicit dim_vector (void) : rep (nil_rep ()) { count()++; }
 
   dim_vector (const dim_vector& dv) : rep (dv.rep) { count()++; }