fix NC_DISKLESS documentation in nc_create

This commit is contained in:
Dennis Heimbigner 2012-03-27 03:20:05 +00:00
parent f0dc649960
commit 5570117513
2 changed files with 4 additions and 4 deletions

4
cf
View File

@ -5,8 +5,8 @@ if test $# != 0 ; then
cmds=$@
fi
HDF5=1
DAP=1
#HDF5=1
#DAP=1
#CDMR=1
#RPC=1
#PGI=1

View File

@ -204,9 +204,9 @@ advantage of this restriction is that such files are guaranteed to
work with existing netCDF software.
Setting NC_DISKLESS causes netCDF to create the file only in memory.
This allows for the use of files that have long term purpose. Note that
This allows for the use of files that have no long term purpose. Note that
with one exception, the in-memory file is destroyed upon calling
nc_close. If, however, if the combination (NC_DISKLESS|NC_WRITE)
nc_close. If, however, the flag combination (NC_DISKLESS|NC_WRITE)
is used, then at close, the contents of the memory file will be
made persistent in the file path that was specified in the nc_create
call.