Skip to content

Commit

Permalink
now close the file with PIOc_closefile()
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jul 5, 2019
1 parent 886fee6 commit dbec519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ncint/ncintdispatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ NC_NCINT_abort(int ncid)
int
NC_NCINT_close(int ncid, void *v)
{
return NC_NOERR;
return PIOc_closefile(ncid);
}

int
Expand Down

0 comments on commit dbec519

Please sign in to comment.