mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
missing arg
This commit is contained in:
parent
5b33bc734c
commit
6fbf893ef8
1 changed files with 2 additions and 1 deletions
|
|
@ -369,7 +369,8 @@ c
|
|||
endif
|
||||
if(.not. rtdb_get(rtdb,'task:gradient',MT_DBL,
|
||||
& rank_hess,dbl_mb(k_gradm)))
|
||||
& call errquit('stpr_gen_hess_at: rtdb_get failed',38)
|
||||
& call errquit('stpr_gen_hess_at: rtdb_get failed',38,
|
||||
R RTDB_ERR)
|
||||
if(.not. rtdb_get(rtdb,'task:dipole',mt_dbl,
|
||||
& 3,mdipole)) dipole_okay = .false.
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue