init_g2gf Subroutine

public subroutine init_g2gf(test)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: test

Contents

Source Code


Source Code

  subroutine init_g2gf(test)
    implicit none

    logical, intent (in) :: test

    call init_g2gf_redistribute
    
    if (test) call check_g2gf

  end subroutine init_g2gf