changeset 6983:056fa4423303

[project @ 2007-10-09 15:30:36 by dbateman]
author dbateman
date Tue, 09 Oct 2007 15:30:36 +0000
parents 44b18d51d1db
children 827be634619e
files scripts/general/interp2.m
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/interp2.m	Tue Oct 09 15:26:47 2007 +0000
+++ b/scripts/general/interp2.m	Tue Oct 09 15:30:36 2007 +0000
@@ -226,17 +226,14 @@
       else
         ZI (XI < X(1,1) | XI > X(1,end) | YI < Y(end,1) | YI > Y(1,1)) = ...
 		extrapval;
-	disp("2\n");
       endif
     else
       if (Y (1, 1) < Y (end, 1))
         ZI (XI < X(1,end) | XI > X(1,1) | YI < Y(1,1) | YI > Y(end,1)) = ...
 		extrapval;
-	disp("3\n");
       else
         ZI (XI < X(1,end) | XI > X(1,1) | YI < Y(end,1) | YI > Y(1,1)) = ...
 		extrapval;
-	disp("4\n");
       endif
     endif