Fixed a few typos

This commit is contained in:
Russ Rew 2012-03-01 17:39:59 +00:00
parent e776cd2b8d
commit 8f229c851e

View File

@ -42,18 +42,22 @@ VERSION COMMENTS
Released 12/30/2011 Released 12/30/2011
Completely rebuilt the dap constraint handling. Completely rebuilt the DAP constraint handling.
This primarily affects users who specify a DAP constraint This primarily affects users who specify a DAP constraint
as part of their URL. as part of their URL.
[NCF-120] [NCF-120]
Fixed problem when a url is provided that contains only a Fixed problem when a URL is provided that contains only a
host name. host name.
[NCF-103] [NCF-103]
Properly convert vara start/count parameters to DAP Properly convert vara start/count parameters to DAP
[NCF-105][NCF-106] [NCF-105][NCF-106]
Fixed major wasted space from previous default variable
chunk sizes algorithm.
[NCF-81]
Fixed bug in nccopy, in which compression and chunking Fixed bug in nccopy, in which compression and chunking
options were ignored for netCDF-4 input files. options were ignored for netCDF-4 input files.
[NCF-79] [NCF-79]
@ -98,7 +102,7 @@ VERSION COMMENTS
the C library and ncdump/ncgen/nccopy without Fortran or C++. the C library and ncdump/ncgen/nccopy without Fortran or C++.
[NCF-24] [NCF-24]
Documentation migrated to doxygen Documentation migrated to Doxygen
[NCF-26] [NCF-26]
Now supports bluefire Now supports bluefire
@ -166,7 +170,7 @@ VERSION COMMENTS
[NCF-41] [NCF-41]
Fix ncgen bug that did not use the value of a _Format Fix ncgen bug that did not use the value of a _Format
attribute in the input CDL file to dtermine the kind attribute in the input CDL file to determine the kind
of output file created, when not specified by the -k of output file created, when not specified by the -k
command-line flag. command-line flag.
[NCF-42] [NCF-42]
@ -330,7 +334,7 @@ VERSION COMMENTS
opendap version of a function. opendap version of a function.
Refactoring of netCDF-4 memory internals to reduce Refactoring of netCDF-4 memory internals to reduce
memory use and end dependance on NC_MAX_DIMS and memory use and end dependence on NC_MAX_DIMS and
NC_MAX_NAME. NC_MAX_NAME.
Modified constraint parser to be more compatible with Modified constraint parser to be more compatible with
@ -417,7 +421,7 @@ VERSION COMMENTS
Added prototype NcML output capability to ncgen4. Added prototype NcML output capability to ncgen4.
It is specified by the -lcml flag. It is specified by the -lcml flag.
Added capabilty to read HDF5 files without dimension Added capability to read HDF5 files without dimension
scales. This will allow most existing HDF5 datasets to scales. This will allow most existing HDF5 datasets to
be read by netCDF-4. be read by netCDF-4.
@ -467,7 +471,7 @@ VERSION COMMENTS
Added parallel example program in F90. Added parallel example program in F90.
Changed default chunking to better handle very large Changed default chunking to better handle very large
varibles. variables.
Made contiguous the default for fixed size data sets Made contiguous the default for fixed size data sets
with no filters. with no filters.