is_empty Interface

interface


Calls

interface~~is_empty~~CallsGraph interface~is_empty is_empty proc~is_empty is_empty interface~is_empty->proc~is_empty

public module function is_empty(this) result(answer)

Arguments

Type IntentOptional Attributes Name
class(particles), intent(in) :: this

particles object which this PROCEDURE is a member of

Return Value logical

.TRUE if the particles object is empty, .FALSE otherwise

Description

Returns .TRUE if the particles object is empty, .FALSE otherwise