mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-13 17:18:08 +08:00
fix typo
This commit is contained in:
parent
674d212e6b
commit
90609f60ab
@ -1810,7 +1810,7 @@ NC_open(const char *path0, int cmode,
|
||||
NC* ncp = NULL;
|
||||
NC_Dispatch* dispatcher = NULL;
|
||||
int inmemory = ((cmode & NC_INMEMORY) == NC_INMEMORY);
|
||||
int diskless = ((flags & NC_DISKLESS) == NC_DISKLESS);
|
||||
int diskless = ((cmode & NC_DISKLESS) == NC_DISKLESS);
|
||||
/* Need pieces of information for now to decide model*/
|
||||
int model = 0;
|
||||
int isurl = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user