Skip to content

Commit

Permalink
Merge pull request wannier-developers#397 from jimustafa/comment-firs…
Browse files Browse the repository at this point in the history
…t-nnkp-line

add comment delimiter to first line comment in NNKP file
  • Loading branch information
jryates authored May 26, 2022
2 parents afc6089 + 699930c commit 29de077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kmesh.F90
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,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
Expand Down

0 comments on commit 29de077

Please sign in to comment.