Skip to content

Commit

Permalink
Remove unused file opening routine
Browse files Browse the repository at this point in the history
  • Loading branch information
bhourahine committed Mar 8, 2024
1 parent 2e33dae commit 805b473
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 805b473

Please sign in to comment.