From 7f997ffb0bbd4d3de068947b32c1b8771c6f5644 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Mon, 28 Mar 2016 19:22:35 +0000 Subject: [PATCH] Updated types.dox to reflect that some types are supported in CDF5 files. --- docs/types.dox | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/types.dox b/docs/types.dox index ae5fb44b9..c33bd1331 100644 --- a/docs/types.dox +++ b/docs/types.dox @@ -24,9 +24,11 @@ The atomic external types supported by the netCDF interface are: - ::NC_DOUBLE 64-bit floating point - ::NC_STRING variable length character string * -* These types are available only for netCDF-4 format files. All the - unsigned ints (except \ref NC_CHAR), the 64-bit ints, and string type are - for netCDF-4 files only. +\quote + +* These types are available only for CDF5 (NC_CDF5) and netCDF-4 format (NC_NETCDF4) files. All the unsigned ints (except \ref NC_CHAR), the 64-bit ints, and string type are for CDF5 or netCDF-4 files only. + +\endquote These types were chosen to provide a reasonably wide range of trade-offs between data precision and number of bits required for each