diff src/ov-usr-fcn.cc @ 3544:71bd2d124119

[project @ 2000-02-02 21:02:31 by jwe]
author jwe
date Wed, 02 Feb 2000 21:02:41 +0000
parents b80bbb43a1a9
children 4290f11c8d3b
line wrap: on
line diff
--- a/src/ov-usr-fcn.cc	Wed Feb 02 20:13:49 2000 +0000
+++ b/src/ov-usr-fcn.cc	Wed Feb 02 21:02:41 2000 +0000
@@ -254,7 +254,8 @@
 }
 
 octave_value_list
-octave_user_function::do_index_op (int nargout, const octave_value_list& args)
+octave_user_function::do_multi_index_op (int nargout,
+					 const octave_value_list& args)
 {
   octave_value_list retval;