mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Changed fixed source and criticality headers.
This commit is contained in:
parent
a49dc3b281
commit
bf0b3f879f
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ contains
|
|||
|
||||
integer(8) :: i ! index over histories in single cycle
|
||||
|
||||
if (master) call header("BEGIN SIMULATION", level=1)
|
||||
if (master) call header("CRITICALITY TRANSPORT SIMULATION", level=1)
|
||||
|
||||
tallies_on = .false.
|
||||
call timer_start(time_inactive)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ contains
|
|||
|
||||
integer(8) :: i ! index over histories in single cycle
|
||||
|
||||
if (master) call header("BEGIN SIMULATION", level=1)
|
||||
if (master) call header("FIXED SOURCE TRANSPORT SIMULATION", level=1)
|
||||
|
||||
! Allocate particle and dummy source site
|
||||
allocate(p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue