diff liboctave/base-de.h @ 4277:5ab4ac522fec

[project @ 2003-01-03 23:45:06 by jwe]
author jwe
date Fri, 03 Jan 2003 23:47:10 +0000
parents a35a3c5d4740
children 23b37da9fd5b
line wrap: on
line diff
--- a/liboctave/base-de.h
+++ b/liboctave/base-de.h
@@ -78,10 +78,10 @@
 
   double time (void) const { return t; }
 
-  void set_stop_time (double t)
+  void set_stop_time (double tt)
     {
       stop_time_set = true;
-      stop_time = t;
+      stop_time = tt;
       force_restart ();
     }