From e48c64b6450a06566c998b78782f41dd617ee88b Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 22 Aug 2008 15:23:44 +0000 Subject: [PATCH] Reverted the file back, because it was failing the test suite. --- Cantera/python/Cantera/num.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/python/Cantera/num.py b/Cantera/python/Cantera/num.py index 0af2519e6..90c48cdcc 100644 --- a/Cantera/python/Cantera/num.py +++ b/Cantera/python/Cantera/num.py @@ -1,5 +1,5 @@ import _cantera -nummodule = numo=py +nummodule = None try: if _cantera.nummod == 'numpy':