More cleanup of backslashes

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13508 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2017-05-12 06:26:36 +00:00
parent f9ab29818b
commit 0b7189afe8
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ MODULE cp_restart
IF ( lda_plus_u ) THEN
!
IF ( ionode ) THEN
filename = dirname // '/occup'
filename = dirname // 'occup'
OPEN (UNIT=iunout,FILE=filename,FORM ='formatted',STATUS='unknown')
WRITE( iunout, * , iostat = ierr) ns
END IF