Skip to content

Commit

Permalink
Update src/types.F90
Browse files Browse the repository at this point in the history
Fix an explanatory comment

Co-authored-by: Junfeng Qiao <[email protected]>
  • Loading branch information
npaulish and qiaojunfeng authored Oct 6, 2024
1 parent 4f7e7ef commit e7b65ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.F90
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ module w90_types
character(len=20), allocatable :: labels(:)
real(kind=dp), allocatable :: points(:, :)
logical :: bands_kpt_explicit ! use user provided list of kpoints for bands kpath
real(kind=dp), allocatable ::bands_kpt_frac(:, :) ! explicit bands kpoints in cartesians
real(kind=dp), allocatable ::bands_kpt_frac(:, :) ! explicit bands kpoints in fractional coordinate
end type kpoint_path_type

type settings_data
Expand Down

0 comments on commit e7b65ff

Please sign in to comment.