diff src/pt-plot.h @ 2086:bfb775fb6fe8

[project @ 1996-04-25 05:55:19 by jwe]
author jwe
date Thu, 25 Apr 1996 05:55:19 +0000
parents 003570e69c7b
children 97a566037a75
line wrap: on
line diff
--- a/src/pt-plot.h	Thu Apr 25 05:55:19 1996 +0000
+++ b/src/pt-plot.h	Thu Apr 25 05:55:19 1996 +0000
@@ -202,7 +202,7 @@
       return this;
     }
 
-  tree_constant extract_plot_data (int ndim, tree_constant& data);
+  octave_value extract_plot_data (int ndim, octave_value& data);
 
   int handle_plot_data (int ndim, ostrstream& plot_buf);
 
@@ -233,7 +233,7 @@
   void print_code (ostream& os);
 };
 
-extern string save_in_tmp_file (tree_constant& t, int ndim = 2,
+extern string save_in_tmp_file (octave_value& t, int ndim = 2,
 				bool parametric = false);
 
 extern void mark_for_deletion (const string&);