From dab62b57c86f29f743aab756d287904bc711776c Mon Sep 17 00:00:00 2001 From: donko Date: Wed, 28 Oct 2020 18:38:17 +0900 Subject: [PATCH] fix JSON format, the end of Array object (#264) --- src/ior.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ior.c b/src/ior.c index 2b8c8ce..010a5ce 100755 --- a/src/ior.c +++ b/src/ior.c @@ -1529,8 +1529,8 @@ static void TestIoSys(IOR_test_t *test) params->errorFound = FALSE; rankOffset = 0; - PrintRepeatEnd(); } + PrintRepeatEnd(); MPI_CHECK(MPI_Comm_free(&testComm), "MPI_Comm_free() error");