mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
yet one more smd fix
This commit is contained in:
parent
0e3ff1b23f
commit
6b1ec83134
1 changed files with 2 additions and 2 deletions
|
|
@ -355,7 +355,7 @@ c
|
|||
if (solvname_short.eq.'unkn') then
|
||||
solvname_long='unknown'
|
||||
else
|
||||
if(.not.status) then
|
||||
c if(.not.status) then
|
||||
if(odbug.and.me.eq.0)
|
||||
& write(luout,*) "calling solv_data for solv:",
|
||||
S solvname_short
|
||||
|
|
@ -363,7 +363,7 @@ c
|
|||
& dielec,dielecinf, ! slow and fast components
|
||||
& sola,solb,solc,solg,solh,soln,icds)) then
|
||||
call errquit('solv_data failure',0,0)
|
||||
endif
|
||||
c endif
|
||||
endif
|
||||
endif
|
||||
c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue