fixing merge issue

This commit is contained in:
Ed Hartnett 2018-09-12 09:36:36 -06:00
parent abf247de92
commit eabb690949
2 changed files with 1 additions and 3 deletions

View File

@ -21,8 +21,6 @@ url for the server plus the path.
If serverlist is present, then is should be a comma
separated list of servers (host+port) to try.
It defaults to REMOTETESTSERVERS.
Note that if accessing the standard Unidata test servers,
then the suffix argument will be either "dts" or "d4ts".
*/
static void

View File

@ -14,7 +14,7 @@
#include "config.h"
#include "hdf5internal.h"
extern int nc4_vararray_add(NC_GRP_INFO_T *grp, NC_VAR_INFO_T *var);
static void dumpopenobjects(NC_FILE_INFO_T* h5);
/** @internal When we have open objects at file close, should
we log them or print to stdout. Default is to log. */