Commented out CANTERA_DATA statement. On the x86-linux1 cf machine, this

was causing the test to crash for some reason.
This commit is contained in:
Harry Moffat 2006-06-20 23:52:32 +00:00
parent f4db5c279a
commit 93427d1f42

View file

@ -14,7 +14,7 @@ echo " "
#################################################################
#
#################################################################
CANTERA_DATA=${CANTERA_DATA:=../../data/inputs}; export CANTERA_DATA
# CANTERA_DATA=${CANTERA_DATA:=../../data/inputs}; export CANTERA_DATA
CANTERA_BIN=${CANTERA_BIN:=../../bin}
../../examples/cxx/cxx_examples > cxx_examples.out