mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Corrected usage of nc_open_par
This commit is contained in:
parent
07625e39c2
commit
a28a1f865a
@ -36,7 +36,7 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
printf("***** Reopening file...\t");
|
printf("***** Reopening file...\t");
|
||||||
|
|
||||||
err = nc_open(FILENAME, NC_WRITE|NC_PNETCDF, comm, info &ncid); ERR;
|
err = nc_open_par(FILENAME, NC_WRITE|NC_PNETCDF, comm, info &ncid); ERR;
|
||||||
if(err) {
|
if(err) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user