Changed fixed source and criticality headers.

This commit is contained in:
Paul Romano 2012-07-30 16:07:02 -04:00
parent a49dc3b281
commit bf0b3f879f
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)