Skip to content

Commit

Permalink
Merge pull request #939 from dmejiar/xcinp
Browse files Browse the repository at this point in the history
xcinp_fact_noloc bugfix
  • Loading branch information
nwchemgit authored Jan 20, 2024
2 parents 80ccdb1 + fcf8992 commit 0ad8f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nwdft/input_dft/xc_inp.F
Original file line number Diff line number Diff line change
Expand Up @@ -4832,6 +4832,9 @@ subroutine xcinp_fact_noloc(test,funcname,fact_out)
write(LuOut,*)' total ',funcname(1:inp_strlen(funcname)),
& ' is used. '
goto 1
else
fact_out=1d0
call inp_prev_field()
endif
else
fact_out=1d0
Expand Down

0 comments on commit 0ad8f0b

Please sign in to comment.