cantera/src/python
Ray Speth c092bbaede Fixed the order of include and library directories when compiling
Include directories in the Cantera source tree should be listed first so that
they take precedence over headers from other installed copies of Cantera that
might end up on the include search path. This was potentially a problem when
Cantera was installed in the same location (e.g. /usr/local) as one of its
dependencies (e.g. Sundials).

The same logic applies to directories on the library link path.
2012-08-10 21:03:06 +00:00
..
ctbndry_methods.cpp Reorganized source tree structure 2012-02-12 02:27:14 +00:00
ctflow_methods.cpp Reorganized source tree structure 2012-02-12 02:27:14 +00:00
ctfunc_methods.cpp Reorganized source tree structure 2012-02-12 02:27:14 +00:00
ctfuncs.cpp Reorganized source tree structure 2012-02-12 02:27:14 +00:00
ctkinetics_methods.cpp Fixed some case statements that were missing a 'break' 2012-05-24 16:29:55 +00:00
ctmultiphase_methods.cpp Reorganized source tree structure 2012-02-12 02:27:14 +00:00
ctonedim_methods.cpp Reorganized source tree structure 2012-02-12 02:27:14 +00:00
ctphase_methods.cpp Fixed some memory leaks in the Python module 2012-03-23 22:16:42 +00:00
ctreactor_methods.cpp Reorganized source tree structure 2012-02-12 02:27:14 +00:00
ctrpath_methods.cpp Reorganized source tree structure 2012-02-12 02:27:14 +00:00
ctsurf_methods.cpp Reorganized source tree structure 2012-02-12 02:27:14 +00:00
ctthermo_methods.cpp Fixed some memory leaks in the Python module 2012-03-23 22:16:42 +00:00
cttransport_methods.cpp Reorganized source tree structure 2012-02-12 02:27:14 +00:00
ctxml_methods.cpp Reorganized source tree structure 2012-02-12 02:27:14 +00:00
methods.h Removed some vestigial ifdef blocks 2012-03-09 22:58:17 +00:00
pycantera.cpp Removed some vestigial ifdef blocks 2012-03-09 22:58:17 +00:00
pylogger.h Deprecated the unused "userInterface" function 2012-03-09 22:54:47 +00:00
pyutils.h Removed some vestigial ifdef blocks 2012-03-09 22:58:17 +00:00
SConscript Fixed the order of include and library directories when compiling 2012-08-10 21:03:06 +00:00