*** empty log message ***

This commit is contained in:
Dave Goodwin 2003-08-26 04:19:21 +00:00
parent 05e4d5f850
commit 4fc77d0be9
2 changed files with 5 additions and 1 deletions

View file

@ -103,6 +103,10 @@ misc.o: misc.cpp
echo '#define CANTERA_ROOT "@prefix@/cantera"' > ctdir.h
@CXX@ -c misc.cpp $(CXX_FLAGS)
ct2ctml.o: ct2ctml.cpp
echo '#define PYTHON_EXE "@PYTHON_CMD@"' > pypath.h
@CXX@ -c ct2ctml.cpp $(CXX_FLAGS)
.f.o:
@F77@ -c $< $(F77_FLAGS)

View file

@ -14,7 +14,7 @@
#include <string>
#include <stdlib.h>
#include "ctml.h"
#include "../../include/pypath.h"
#include "pypath.h"
using namespace Cantera;