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.

FunctionType Bug Fix

In visad/FunctionType.java, line 126 is:
        textIndices[j] = i;

This should be changed to:
        textIndices[j++] = i;

This will cause the 'makeTextComponents' method to properly set both the
textComponents and textIndices arrays.  Previously, only element 0 of these
arrays was being set.

                        Randy Simons
                        Sandia National Laboratories


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