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.

Re: Gridded1DSet Bug Fix: valueToGrid

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


  • 2002 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: