Added implicit none in the subroutine and definition

of nl_init.

MCB


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@11692 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
calandra 2015-08-20 18:14:10 +00:00
parent f80b61694f
commit 4c58ea0c8a
1 changed files with 2 additions and 0 deletions

View File

@ -225,7 +225,9 @@ end subroutine calculate_and_write_homo_lumo_to_stdout
subroutine write_calculation_type(xang_mom, nl_init)
USE io_global, ONLY : stdout
!internal
implicit none
integer, intent(in) :: xang_mom
integer, intent(in), dimension(2) :: nl_init
WRITE(stdout, 1000) ! line
WRITE(stdout,'(5x,a)')&