comparison liboctave/boolMatrix.h @ 6708:0ce71beb1cf3

[project @ 2007-06-13 06:40:48 by jwe]
author jwe
date Wed, 13 Jun 2007 06:40:49 +0000
parents 143b556ce725
children 2883ea1c5c18
comparison
equal deleted inserted replaced
6707:b7e71f0fc805 6708:0ce71beb1cf3
77 private: 77 private:
78 78
79 boolMatrix (bool *b, octave_idx_type r, octave_idx_type c) : Array2<bool> (b, r, c) { } 79 boolMatrix (bool *b, octave_idx_type r, octave_idx_type c) : Array2<bool> (b, r, c) { }
80 }; 80 };
81 81
82 MM_CMP_OP_DECLS (boolMatrix, boolMatrix) 82 MM_CMP_OP_DECLS (boolMatrix, boolMatrix, OCTAVE_API)
83 83
84 #endif 84 #endif
85 85
86 /* 86 /*
87 ;;; Local Variables: *** 87 ;;; Local Variables: ***