diff libinterp/dldfcn/__ode15__.cc @ 23584:7ed6b258db91

maint: Deprecate is_map and replace with isstruct. * ov.h (is_map): Use OCTAVE_DEPRECATED macro around function. * ov.h (isstruct): New function. * structdemo.cc, __luinc__.cc, __magick_read__.cc, cellfun.cc, data.cc, debug.cc, error.cc, graphics.cc, load-save.cc, ls-mat5.cc, mex.cc, oct-lvalue.h, oct-stream.cc, variables.cc, __eigs__.cc, __ode15__.cc, ov-base.h, ov-class.cc, ov-class.h, ov-classdef.h, ov-java.h, ov-struct.cc, ov-struct.h, ov-usr-fcn.cc, ov.h, pt-eval.cc, pt-tm-const.cc: Replace instances of is_map with isstruct.
author Rik <rik@octave.org>
date Tue, 13 Jun 2017 09:20:08 -0700
parents 80c42f4cca13
children 0549061d35b9
line wrap: on
line diff
--- a/libinterp/dldfcn/__ode15__.cc	Tue Jun 13 08:24:42 2017 -0700
+++ b/libinterp/dldfcn/__ode15__.cc	Tue Jun 13 09:20:08 2017 -0700
@@ -1163,7 +1163,7 @@
     error ("__ode15__: initial state yp0 must be a vector or a scalar");
 
 
-  if (! args(4).is_map ())
+  if (! args(4).isstruct ())
     error ("__ode15__: OPTS argument must be a structure");
 
   octave_scalar_map options