*** empty log message ***
This commit is contained in:
parent
05e4d5f850
commit
4fc77d0be9
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#include <string>
|
||||
#include <stdlib.h>
|
||||
#include "ctml.h"
|
||||
#include "../../include/pypath.h"
|
||||
#include "pypath.h"
|
||||
|
||||
using namespace Cantera;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue