FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | test |
subroutine init_g2gf(test)
implicit none
logical, intent (in) :: test
call init_g2gf_redistribute
if (test) call check_g2gf
end subroutine init_g2gf