Skip to content

Commit

Permalink
Fix gridfile keyword (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk authored Jun 10, 2021
1 parent 4255e43 commit afa7bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/xcontrol.7.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ $write
*esp*='bool'::
calculate and print electrostatic potential, this will create
a data file and a cosmo file
*grid file*='file'::
*gridfile*='file'::
read gridpoints for ESP calculation from 'file'.
*mos*='bool'::
print molden file
Expand Down
2 changes: 1 addition & 1 deletion src/set_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ subroutine set_write(env,key,val)
case('orbital energies')
if (getValue(env,val,ldum).and.set12) pr_eig = ldum
set12 = .false.
case('gridfile')
case('gridfile', 'grid file')
if (set13) esp_gridfile = val
set13 = .false.
case('stm')
Expand Down

0 comments on commit afa7bdf

Please sign in to comment.