ps_Delete_NonlocalProjectors Subroutine

public subroutine ps_Delete_NonlocalProjectors(ps)

Arguments

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

Contents


Source Code

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

call destroy_nonlocal(ps%nonlocal)
end subroutine ps_Delete_NonlocalProjectors