Mercurial > hg > octave-nkf
diff src/ov-re-mat.cc @ 2477:3d905d3820a4
[project @ 1996-11-07 16:46:11 by jwe]
author | jwe |
---|---|
date | Thu, 07 Nov 1996 16:48:16 +0000 |
parents | 1573640a9994 |
children | 60ae49e1284f |
line wrap: on
line diff
--- a/src/ov-re-mat.cc +++ b/src/ov-re-mat.cc @@ -40,9 +40,14 @@ #include "ov-re-mat.h" #include "pr-output.h" -int octave_matrix::t_id = -1; +octave_allocator +octave_matrix::allocator (sizeof (octave_matrix)); -const string octave_matrix::t_name ("matrix"); +int +octave_matrix::t_id (-1); + +const string +octave_matrix::t_name ("matrix"); octave_matrix::octave_matrix (const RowVector& v, int pcv) : octave_base_value (),