|
character(len=:) function, allocatable | get_str (this) |
|
Definition at line 58 of file ParticleEvent.f90.
◆ get_str()
character(len=:) function, allocatable particleeventmodule::get_str::get_str |
( |
class(particleeventtype), intent(in) |
this | ) |
|
|
private |
Definition at line 58 of file ParticleEvent.f90.
59 IMPORT particleeventtype
60 class(ParticleEventType),
intent(in) :: this
61 character(len=:),
allocatable :: str
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Solution/ParticleTracker/Particle/Events/ParticleEvent.f90