From dbec519732b2e797a6972ee5fa00cfb522fdfbaf Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Fri, 5 Jul 2019 07:23:22 -0600 Subject: [PATCH] now close the file with PIOc_closefile() --- src/ncint/ncintdispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncint/ncintdispatch.c b/src/ncint/ncintdispatch.c index 317fdef9fe1..7518fb2f1a0 100644 --- a/src/ncint/ncintdispatch.c +++ b/src/ncint/ncintdispatch.c @@ -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