Skip to content
Snippets Groups Projects

Mieand patch 1

Merged Martin Deimel requested to merge mieand-patch-1 into develop
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -65,7 +65,8 @@ try:
import janaf_data
except:
#raise Exception(""" On Mar 16 2022 made this into a warning rather than an exception.
print("Warning: " + janaf_warning_string)
pass
#print("Warning: " + janaf_warning_string)
def GibbsAds(energy, frequencies, T):
#Expecting T in Kelvin
Loading