diff --git a/src/global.f90 b/src/global.f90 index 1107806190..9e601b24cc 100644 --- a/src/global.f90 +++ b/src/global.f90 @@ -157,7 +157,7 @@ module global ! The verbosity controls how much information will be printed to the ! screen and in logs - integer :: verbosity = 5 + integer :: verbosity = 7 contains diff --git a/src/input_xml.f90 b/src/input_xml.f90 index c7c529070e..ba881eb554 100644 --- a/src/input_xml.f90 +++ b/src/input_xml.f90 @@ -62,8 +62,9 @@ contains call fatal_error() end if - ! Initialize path for cross_sections.xml + ! Initialize XML scalar variables cross_sections_ = "" + verbosity_ = 0 ! Parse settings.xml file call read_xml_file_settings_t(filename) @@ -97,7 +98,7 @@ contains end if ! Verbosity - verbosity = verbosity_ + if (verbosity_ > 0) verbosity = verbosity_ if (associated(source_ % coeffs)) then ! Determine external source type