Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Hi Randall, > In the VisAD version with a doc/DATE of Thu Nov 1 09:21:01 CST 2001, change > line 365 in Gridded1DSet.java from > if (solv >= -0.5 && solv <= LengthX - 0.5) grid[0][i] = solv; > to > if (solv >= -0.5 && solv < LengthX - 0.5) grid[0][i] = solv; > . . . Thanks for finding this bug (the same bug is also in Gridded1DDoubleSet.java). The fix will be in the next update. Cheers, Bill
visad
archives: