isImaginary Module Function

pure module function isImaginary(this, ind) result(im)

Return true if harmonic with given index is imaginary

Arguments

Type IntentOptional Attributes Name
class(Grid), intent(in) :: this
integer(kind=ik), intent(in) :: ind

Return Value logical