diff liboctave/boolMatrix.h @ 3933:f9ea3dcf58ee

[project @ 2002-05-15 03:21:00 by jwe]
author jwe
date Wed, 15 May 2002 03:21:01 +0000
parents 9d8306640373
children 6476dd85a65f
line wrap: on
line diff
--- a/liboctave/boolMatrix.h
+++ b/liboctave/boolMatrix.h
@@ -74,6 +74,8 @@
   friend std::istream& operator >> (std::istream& is, Matrix& a);
 #endif
 
+  static bool resize_fill_value (void) { return false; }
+
 private:
 
   boolMatrix (bool *b, int r, int c) : Array2<bool> (b, r, c) { }