Skip to content

Commit

Permalink
Removed dead derived type
Browse files Browse the repository at this point in the history
  • Loading branch information
bhourahine committed Feb 14, 2018
1 parent 33f5b47 commit d07f92e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions prog/dftb+/prg_dftb/inputdata.F90
Original file line number Diff line number Diff line change
Expand Up @@ -409,19 +409,6 @@ module inputdata_module

end type control

!> Atomistic geometry and boundary conditions of the system
type geometry
integer :: nrAtoms = 0
logical :: tPeriodic = .false.
logical :: tFracCoord = .false.
integer, allocatable :: types(:)
real(dp), allocatable :: coords(:, :)
integer :: nrTypes = 0
real(dp), allocatable :: origo(:)
real(dp), allocatable :: latVecs(:, :)
character(mc), allocatable :: speciesName(:)
end type geometry


!> Slater-Koster data
type slater
Expand Down

0 comments on commit d07f92e

Please sign in to comment.