Corrected usage of nc_open_par

This commit is contained in:
Ward Fisher 2015-10-28 11:28:30 -06:00
parent 07625e39c2
commit a28a1f865a

View File

@ -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) {
} }