# HG changeset patch # User dbateman # Date 1191943836 0 # Node ID 056fa4423303f5bdc594a3221e4060f396f9f3c6 # Parent 44b18d51d1db03e19873be49585334be88147f50 [project @ 2007-10-09 15:30:36 by dbateman] diff -r 44b18d51d1db -r 056fa4423303 scripts/general/interp2.m --- 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