From 1def015c9c5628616b4c92d0995d60e5e9ce2115 Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Tue, 9 Apr 2024 16:37:41 -0600 Subject: [PATCH] GREPOS: Fix syntax of logical compare --- packages/seacas/applications/grepos/gp_mapvar.f | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/seacas/applications/grepos/gp_mapvar.f b/packages/seacas/applications/grepos/gp_mapvar.f index 91b5835ee1..d55dd4d391 100644 --- a/packages/seacas/applications/grepos/gp_mapvar.f +++ b/packages/seacas/applications/grepos/gp_mapvar.f @@ -1,4 +1,4 @@ -C Copyright(C) 1999-2020 National Technology & Engineering Solutions +C Copyright(C) 1999-2020, 2024 National Technology & Engineering Solutions C of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with C NTESS, the U.S. Government retains certain rights in this software. C @@ -43,7 +43,7 @@ subroutine mapvar(nold, nnew, nvar, map, vars, scr) end do end if - if (isseq .eq. .true.) then + if (isseq) then return end if