change comments associated with nc_create.

This commit is contained in:
Dennis Heimbigner 2012-04-16 00:49:47 +00:00
parent 85743d97f0
commit 279f910774

View File

@ -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);
}
/*!