changeset 3262:70c445723e97 octave-forge

Fix for changes to builtin variables like automatic_replot and warnings like warn_fortran_indexing
author adb014
date Thu, 22 Mar 2007 00:19:50 +0000
parents 2425af51067f
children cbe28b3cdab5
files main/signal/inst/tripuls.m
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/signal/inst/tripuls.m	Thu Mar 22 00:12:17 2007 +0000
+++ b/main/signal/inst/tripuls.m	Thu Mar 22 00:19:50 2007 +0000
@@ -46,8 +46,6 @@
   catch wfi = 0;
   end
   unwind_protect
-    do_fortran_indexing = 1;
-    warn_fortran_indexing = 0;
     idx = find(t>=-w/2 & t <= peak);
     if (idx) y(idx) = ( t(idx) + w/2 ) / ( peak + w/2 ); endif
     idx = find(t>peak & t < w/2);