mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Set default for p % write_track.
This commit is contained in:
parent
740b0072cb
commit
a70fdd1b86
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ module particle_header
|
|||
integer :: n_collision ! # of collisions
|
||||
|
||||
! Track output
|
||||
logical :: write_track
|
||||
logical :: write_track = .false.
|
||||
|
||||
contains
|
||||
procedure :: initialize => initialize_particle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue