From 26e09f3428abfa822603a5a98a79a4b4964fdef0 Mon Sep 17 00:00:00 2001 From: Jamal Mustafa Date: Tue, 22 Feb 2022 23:35:49 -0800 Subject: [PATCH] add comment delimiter to first line comment in NNKP file --- src/kmesh.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kmesh.F90 b/src/kmesh.F90 index 04f247e75..bb1d2d316 100644 --- a/src/kmesh.F90 +++ b/src/kmesh.F90 @@ -702,7 +702,7 @@ subroutine kmesh_write(exclude_bands, kmesh_info, proj_input, print_output, kpt_ ! Date and time call io_date(cdate, ctime) - write (nnkpout, '(4(a),/)') 'File written on ', cdate, ' at ', ctime + write (nnkpout, '(4(a),/)') '# File written on ', cdate, ' at ', ctime ! Calc_only_A write (nnkpout, '(a,l2,/)') 'calc_only_A : ', calc_only_A