Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(chain), | intent(in) | :: | this | |||
integer, | intent(in), | optional | :: | dimen |
logical pure function is_periodic_chain(this, dimen)
class(chain), intent(in) :: this
integer, intent(in), optional :: dimen
debug_function_name("is_periodic_chain")
ASSERT(.not. present(dimen))
is_periodic_chain = this%t_periodic(1)
end function is_periodic_chain