Skip to content

Commit

Permalink
GREPOS: Fix syntax of logical compare
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Apr 9, 2024
1 parent 677c290 commit 1def015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/applications/grepos/gp_mapvar.f
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1def015

Please sign in to comment.