Skip to content

Commit b4207b1

Browse files
committed
Do not define 'is' twice
Signed-off-by: Igor S. Gerasimov <foxtranigor@gmail.com>
1 parent f70f574 commit b4207b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/type/setvar.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ end subroutine deallocate_fix
396396
logical function is_fixed_fix(self, idx) result(is)
397397
class(fix_setvar), intent(in) :: self
398398
integer, intent(in) :: idx
399-
logical :: is
400399
is = .false.
401400
if (allocated(self%atoms)) then
402401
if (any(self%atoms == idx)) is = .true.

0 commit comments

Comments
 (0)