Added an import math command.
This commit is contained in:
parent
e8e9e37721
commit
38b47a3064
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ These values are the same as those in the C++ header file ct_defs.h in
|
|||
the Cantera kernel.
|
||||
"""
|
||||
|
||||
import math
|
||||
|
||||
## One atmosphere in Pascals
|
||||
OneAtm = 101325.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue