Skip to content

Commit

Permalink
Add missing initializer to post_scf_bandstructure_type
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Dec 28, 2023
1 parent da658c2 commit 8a6106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/post_scf_bandstructure_types.F
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ MODULE post_scf_bandstructure_types
INTEGER :: int_ldos_xyz = -1
INTEGER, DIMENSION(:), POINTER :: bin_mesh => NULL()
INTEGER :: n_bins_max_for_printing = -1
REAL(KIND=dp) :: unit_ldos_int_z_inv_Ang2_eV
REAL(KIND=dp) :: unit_ldos_int_z_inv_Ang2_eV = -1.0_dp

END TYPE post_scf_bandstructure_type

Expand Down

0 comments on commit 8a6106c

Please sign in to comment.