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.
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
visad
archives: