ps_Delete_LocalPotential Subroutine

public subroutine ps_Delete_LocalPotential(ps)

Arguments

Type IntentOptional AttributesName
type(ps_t), intent(inout) :: ps

Contents


Source Code

subroutine ps_Delete_LocalPotential(ps)
type(ps_t), intent(inout) :: ps

call destroy_local(ps%local)
end subroutine ps_Delete_LocalPotential