NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
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: