foramtting of random_seed output to align with rest

This commit is contained in:
Philip Eisenlohr 2018-10-08 17:01:27 -04:00
parent 4f666057a6
commit 225a48021d
1 changed files with 2 additions and 2 deletions

View File

@ -429,7 +429,7 @@ subroutine numerics_init
#endif #endif
case default ! found unknown keyword case default ! found unknown keyword
call IO_error(300_pInt,ext_msg=tag) call IO_error(300_pInt,ext_msg=tag)
endselect end select
enddo enddo
close(FILEUNIT) close(FILEUNIT)
@ -502,7 +502,7 @@ subroutine numerics_init
!-------------------------------------------------------------------------------------------------- !--------------------------------------------------------------------------------------------------
! Random seeding parameter ! Random seeding parameter
write(6,'(a24,1x,i16,/)') ' random_seed: ',randomSeed write(6,'(a16,1x,i16,/)') ' random_seed: ',randomSeed
if (randomSeed <= 0_pInt) & if (randomSeed <= 0_pInt) &
write(6,'(a,/)') ' random seed will be generated!' write(6,'(a,/)') ' random seed will be generated!'