From 80b13e5f5e9d0f5ce642aaa57f8235552928c71a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Aradi?= Date: Fri, 6 May 2022 20:39:38 +0200 Subject: [PATCH] Minor renaming in test/test_allgather.f90 Co-authored-by: Ben Hourahine --- test/test_allgather.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_allgather.f90 b/test/test_allgather.f90 index 437734c..42933b0 100644 --- a/test/test_allgather.f90 +++ b/test/test_allgather.f90 @@ -10,7 +10,7 @@ program test_allgather integer, allocatable :: recv1(:), recv2(:,:) character(100) :: formstr character(*), parameter :: label = "(I2.2,'-',I3.3,'|',1X" - logical :: tPassed + logical :: isPassed call mpifx_init() call mycomm%init()