mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
NEB hasmiddle bug fix
This commit is contained in:
parent
8bfd0073a6
commit
2ac8df2b89
1 changed files with 5 additions and 4 deletions
|
|
@ -868,10 +868,11 @@ c
|
|||
if (.not.geom_rtdb_load(rtdb,geom,'midgeom')) then
|
||||
hasmiddle = .false.
|
||||
end if
|
||||
else
|
||||
if (.not.geom_cart_coords_get(geom,dbl_mb(rmid(1))))
|
||||
> call errquit('neb_initial_path failed',2,0)
|
||||
end if
|
||||
endif
|
||||
endif
|
||||
if (hasmiddle) then
|
||||
if (.not.geom_cart_coords_get(geom,dbl_mb(rmid(1))))
|
||||
> call errquit('neb_initial_path failed',2,0)
|
||||
end if
|
||||
|
||||
if (oprint) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue