Mercurial > hg > octave-lyh
diff src/ov-base-mat.h @ 5900:c20eb7330d13
[project @ 2006-07-22 08:31:16 by jwe]
author | jwe |
---|---|
date | Sat, 22 Jul 2006 08:31:17 +0000 |
parents | bd3041e30d97 |
children | 0eac3484e8df |
line wrap: on
line diff
--- a/src/ov-base-mat.h +++ b/src/ov-base-mat.h @@ -134,6 +134,10 @@ void print_info (std::ostream& os, const std::string& prefix) const; + // Unsafe. This function exists to support the MEX interface. + // You should not use it anywhere else. + void *mex_get_data (void) const { return matrix.mex_get_data (); } + protected: MT matrix;