Skip to content

Commit

Permalink
xcinp_fact_noloc bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmejiar authored and edoapra committed Jan 19, 2024
1 parent 80ccdb1 commit fcf8992
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 fcf8992

Please sign in to comment.