From e7b65ffa42fb8be25b2964deec5d8d8ed08e033b Mon Sep 17 00:00:00 2001 From: npaulish Date: Sun, 6 Oct 2024 17:45:40 +0200 Subject: [PATCH] Update src/types.F90 Fix an explanatory comment Co-authored-by: Junfeng Qiao --- src/types.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.F90 b/src/types.F90 index 9ac00d7a..02c91d65 100644 --- a/src/types.F90 +++ b/src/types.F90 @@ -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