diff src/pt-plot.cc @ 2963:c0c280cda856

[project @ 1997-05-12 03:25:07 by jwe]
author jwe
date Mon, 12 May 1997 03:29:38 +0000
parents 87cb7614257d
children ae2471c4e5c0
line wrap: on
line diff
--- a/src/pt-plot.cc	Mon May 12 03:21:56 1997 +0000
+++ b/src/pt-plot.cc	Mon May 12 03:29:38 1997 +0000
@@ -660,10 +660,11 @@
       ColumnVector val = sp_using_clause->values (ndim);
 
       octave_value_list args;
+
       args(1) = val;
       args(0) = octave_value::magic_colon_t;
 
-      retval = data.index (args);
+      retval = data.do_index_op (args);
 
       if (error_state)
 	return octave_value ();