changeset 6982:44b18d51d1db

[project @ 2007-10-09 15:26:47 by dbateman]
author dbateman
date Tue, 09 Oct 2007 15:26:47 +0000
parents 6ade2b60d1c2
children 056fa4423303
files scripts/general/interp2.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/interp2.m	Tue Oct 09 14:45:39 2007 +0000
+++ b/scripts/general/interp2.m	Tue Oct 09 15:26:47 2007 +0000
@@ -223,7 +223,6 @@
       if (Y (1, 1) < Y (end, 1))
         ZI (XI < X(1,1) | XI > X(1,end) | YI < Y(1,1) | YI > Y(end,1)) = ...
 		extrapval;
-	disp("1\n");
       else
         ZI (XI < X(1,1) | XI > X(1,end) | YI < Y(end,1) | YI > Y(1,1)) = ...
 		extrapval;