mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Prettied up the comments.
This commit is contained in:
parent
740b60e72e
commit
c3cd394f7a
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ contains
|
|||
real(8) :: a ! Arbitrary parameter 'a'
|
||||
real(8) :: b ! Arbitrary parameter 'b'
|
||||
logical :: found ! Does the source particle exist within geometry?
|
||||
type(Particle) :: p ! Temporary particle for using find_cell
|
||||
type(Particle) :: p ! Temporary particle for using find_cell
|
||||
|
||||
! Set weight to one by default
|
||||
site % wgt = ONE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue