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.
Hi Luke, > Why do I get the error message: > > visad.TypeException: ScalarType: name already used > > It occurs with this call: > > index = new RealType("Index"); Try: index = RealType.getRealType("Index"); This will either construct it, or if its already constructed then just return it. Cheers, Bill
visad
archives: