Fix deprecation warnings in SOFC example

This commit is contained in:
Ray Speth 2013-07-26 21:33:54 +00:00
parent c76ddefa5f
commit 5bd01da0fa
2 changed files with 0 additions and 12 deletions

View file

@ -8,12 +8,6 @@
#
#########################################################################
# since Cantera input files are actually executable Python scripts,
# we can put any valid Python statements in the input file. Here we
# import the value of R from Cantera.
from Cantera import GasConstant
# These units will be used by default for any quantities entered
# without units. Quantities with compound units (e.g. concentration)
# will be constructed from these - the units of concentration will be

View file

@ -8,12 +8,6 @@
#
#########################################################################
# since Cantera input files are actually executable Python scripts,
# we can put any valid Python statements in the input file. Here we
# import the value of R from Cantera.
from Cantera import GasConstant
# These units will be used by default for any quantities entered
# without units. Quantities with compound units (e.g. concentration)
# will be constructed from these - the units of concentration will be