Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | tPopPresent |
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