mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
change comments associated with nc_create.
This commit is contained in:
parent
85743d97f0
commit
279f910774
@ -325,7 +325,7 @@ creating. */
|
||||
int
|
||||
nc_create(const char *path, int cmode, int *ncidp)
|
||||
{
|
||||
return NC_create(path, cmode, 0, 0, NULL, 0, NULL, ncidp);
|
||||
return nc__create(path,cmode,NC_SIZEHINT_DEFAULT,NULL,ncidp);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user