From ab4add0ba245861aa51d89fe576f554070eab6d2 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 27 Aug 2015 23:38:55 -0400 Subject: [PATCH] Cantera does not write temporary files --- platform/posix/setup_cantera.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/platform/posix/setup_cantera.in b/platform/posix/setup_cantera.in index 745e84887..252a39e43 100644 --- a/platform/posix/setup_cantera.in +++ b/platform/posix/setup_cantera.in @@ -39,11 +39,3 @@ if [ "@python_array_home@" != "" ]; then fi export PYTHONPATH - -## Uncomment this if you want to specify the tmp dir location where -## Cantera writes temporary files. The default is: -## (1) getenv("TMP") -## (2) getenv("TEMP") -## (3) "." -# CANTERA_TMPDIR=/fill/in -# export CANTERA_TMPDIR