Fix cosmo output with gas phase disabled.

This commit is contained in:
rpseng 2025-03-18 07:20:45 -03:00 committed by edoapra
parent fe9a5083ee
commit bb24921483
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -18,7 +18,7 @@ c Standard cosmo output
c
if (.not.do_cosmo_smd) then
write(luout,911)
if (dabs(egas).gt.0.d0) then
if (dabs(egas).gt.1d-9) then
write(luout,912) egas
write(luout,913) esol
write(luout,914) (egas-esol),(egas-esol)*cau2kcal
@ -30,7 +30,7 @@ c
else ! cosmo-smd output
c
write(luout,819)
if (dabs(egas).gt.0.d0) then
if (dabs(egas).gt.1d-9) then
write(luout,820) egas
write(luout,821) (gstote-gspol)
write(luout,822) (gstote-gspol-egas),