comparison src/ov-mapper.cc @ 3219:30770ba4457a

[project @ 1998-11-13 03:44:31 by jwe]
author jwe
date Fri, 13 Nov 1998 03:44:36 +0000
parents ebbc34ff7f66
children 60866c521b92
comparison
equal deleted inserted replaced
3218:2c91af0db179 3219:30770ba4457a
32 #include "gripes.h" 32 #include "gripes.h"
33 #include "oct-obj.h" 33 #include "oct-obj.h"
34 #include "ov-mapper.h" 34 #include "ov-mapper.h"
35 #include "ov.h" 35 #include "ov.h"
36 36
37 octave_allocator 37 DEFINE_OCTAVE_ALLOCATOR (octave_mapper);
38 octave_mapper::allocator (sizeof (octave_mapper)); 38
39 39 DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_mapper,
40 int 40 "built-in mapper function");
41 octave_mapper::t_id (-1);
42
43 const string
44 octave_mapper::t_name ("built-in mapper function");
45 41
46 static bool 42 static bool
47 any_element_less_than (const Matrix& a, double val) 43 any_element_less_than (const Matrix& a, double val)
48 { 44 {
49 int nr = a.rows (); 45 int nr = a.rows ();