- To: "'visad-list@xxxxxxxxxxxxx'" <visad-list@xxxxxxxxxxxxx>
- Subject: FunctionType Bug Fix
- From: "Simons, Randall W" <rsimons@xxxxxxxxxx>
- Date: Mon, 6 May 2002 11:37:32 -0600
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