line 230 of pw_init_qexsd_input.f90 was exceeding 120 characters, better cut it before some compiler realizes it

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13365 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
pietrodelugas 2017-02-27 17:31:58 +00:00
parent 7e8e31189e
commit 402bbee8ac
1 changed files with 2 additions and 2 deletions

View File

@ -230,8 +230,8 @@
!----------------------------------------------------------------------------------------------------------------------------
! BASIS ELEMENT
!---------------------------------------------------------------------------------------------------------------------------
CALL qexsd_init_basis(obj%basis, ip_k_points, ecutwfc/e2, ip_ecutrho/e2, ip_nr1, ip_nr2, ip_nr3, ip_nr1s, ip_nr2s, ip_nr3s,&
ip_nr1b, ip_nr2b,ip_nr3b)
CALL qexsd_init_basis(obj%basis, ip_k_points, ecutwfc/e2, ip_ecutrho/e2, ip_nr1, ip_nr2, ip_nr3, ip_nr1s, ip_nr2s, &
ip_nr3s, ip_nr1b, ip_nr2b,ip_nr3b)
!-----------------------------------------------------------------------------------------------------------------------------
! ELECTRON CONTROL
!------------------------------------------------------------------------------------------------------------------------------