setup_reference_space Subroutine

public subroutine setup_reference_space(tPopPresent)

Arguments

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

Contents

Source Code


Source Code

    subroutine setup_reference_space(tPopPresent)
        implicit none
        logical, intent(in) :: tPopPresent
        if (tAdiActive) then
            call update_reference_space(tPopPresent)
        end if
    end subroutine setup_reference_space