There were multiple definitions of importPhase(string, string), one per application file. I moved the definition of importPhase to libctxx.a as it had to be in an object file, and I retained the declaration within importPhase.h. I also added declarations for the other functions in libctxx.a into importPhase.h, as they weren't declared anywhere in the interface. |
||
|---|---|---|
| .. | ||
| clib | ||
| cxx | ||
| fortran | ||
| lib | ||
| matlab | ||
| python | ||
| src | ||
| user | ||
| .cvsignore | ||
| Makefile.in | ||
| README.txt | ||
This directory contains the source for Cantera and its various
language interfaces.
clib - the library of C-callable functions used by the Python and
Matlab interfaces.
cxx - files that are only required for C++ application programs.
matlab - the Cantera Matlab toolbox
python - the Cantera Python package
src - the Cantera kernel, used by Cantera in all its forms