is_empty Module Procedure

module procedure is_empty module function is_empty(this) result(answer)

Returns the variable empty_object

FT


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


Called by

proc~~is_empty~~CalledByGraph proc~is_empty is_empty interface~is_empty is_empty interface~is_empty->proc~is_empty

Contents