- To: netcdf-java@xxxxxxxxxxxxxxxx
- Subject: [netcdf-java] Minor typo in NetCDF javadoc?
- From: Martin Desruisseaux <martin.desruisseaux@xxxxxxxxxxx>
- Date: Tue, 10 Aug 2010 10:03:41 +0200
Hello all The javadoc for CoordinateAxis1D.getBound1() and getBound2() methods said: bound1[i] # coordValue[i] # bound2[i], where # is < if increasing (bound1[i] < bound1[i+1]) else < if decreasing. Maybe the second "<" is supposed to be ">"? Martin