MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
particleeventsmodule::handle_event Interface Reference
Collaboration diagram for particleeventsmodule::handle_event:
Collaboration graph

Private Member Functions

subroutine handle_event (this, particle, event)
 

Detailed Description

Definition at line 37 of file ParticleEvents.f90.

Constructor & Destructor Documentation

◆ handle_event()

subroutine particleeventsmodule::handle_event::handle_event ( class(particleeventconsumertype), intent(inout)  this,
type(particletype), intent(in), pointer  particle,
class(particleeventtype), intent(in), pointer  event 
)
private

Definition at line 37 of file ParticleEvents.f90.

38  import particleeventconsumertype, particletype, particleeventtype
39  class(ParticleEventConsumerType), intent(inout) :: this
40  type(ParticleType), pointer, intent(in) :: particle
41  class(ParticleEventType), pointer, intent(in) :: event

The documentation for this interface was generated from the following file: