Skip to content

Commit 37d5a13

Browse files
committed
cleanup
1 parent d44af13 commit 37d5a13

4 files changed

Lines changed: 2 additions & 7 deletions

File tree

-4.59 KB
Binary file not shown.
-4.59 KB
Binary file not shown.

src/Solution/ParticleTracker/Particle/ParticleTrackEventBuffer.f90

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
!> @brief Particle track event buffer module.
2-
!!
3-
!! Defines the abstract ParticleTrackEventBufferType, the ParticleTrackRecordType
4-
!! and ParticleTrackFileType data types, and the save_record helper used
5-
!! by concrete buffer implementations.
6-
!<
1+
!> @brief Particle event buffering strategies.
72
module ParticleTrackEventBufferModule
83

94
use KindModule, only: DP, I4B, LGP

src/Solution/ParticleTracker/Particle/ParticleTracks.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ end subroutine discard_buffer
246246
!> @brief Add a particle event to be written to eligible
247247
!! files and printed to an output file unit if requested.
248248
!! This function should be subscribed as an event handler
249-
!! to particle event dispatchers. Events are buffered, to
249+
!! to particle event dispatchers. Events are buffered to
250250
!! be written to output files upon successful completion
251251
!! of a time step when the framework OT hook is executed.
252252
function add_particle_event(context, particle, event) result(handled)

0 commit comments

Comments
 (0)