Skip to content

Commit

Permalink
Merge pull request dftbplus#1408 from bhourahine/redundantRoutine
Browse files Browse the repository at this point in the history
Remove unused file opening routine
  • Loading branch information
vanderhe authored Mar 8, 2024
2 parents 2e33dae + 805b473 commit e6ec93f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/dftbp/dftbplus/mainio.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1861,20 +1861,6 @@ end subroutine writeProjPauliEigvecsSerial
#:endif


!> Open an output file and clear it
subroutine initOutputFile(fileName)

!> File name
character(*), intent(in) :: fileName

type(TFileDescr) :: fd

call openFile(fd, fileName, mode="w")
call closeFile(fd)

end subroutine initOutputFile


!> Write tagged output of data from the code at the end of the DFTB+ run, data being then used for
!> regression testing
subroutine writeAutotestTag(fileName, electronicSolver, tPeriodic, cellVol, tMulliken, qOutput,&
Expand Down

0 comments on commit e6ec93f

Please sign in to comment.