From 38b47a3064796d9ddf30999634d4073c9eb04682 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 28 Dec 2007 23:24:27 +0000 Subject: [PATCH] Added an import math command. --- Cantera/python/Cantera/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cantera/python/Cantera/constants.py b/Cantera/python/Cantera/constants.py index 6aae292fd..cd70bdc4d 100755 --- a/Cantera/python/Cantera/constants.py +++ b/Cantera/python/Cantera/constants.py @@ -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