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.

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: