cantera/Cantera/cxx
Harry Moffat 910a2abf86 Fixed an error that occurred during linking of applications.
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.
2007-05-05 00:29:49 +00:00
..
demos reorganized source tree, changed include files, etc. 2007-05-04 15:18:40 +00:00
include Fixed an error that occurred during linking of applications. 2007-05-05 00:29:49 +00:00
src Fixed an error that occurred during linking of applications. 2007-05-05 00:29:49 +00:00
.cvsignore Added this file so that cvs update doesn't flag Makefile 2003-06-10 00:19:23 +00:00
Makefile.in *** empty log message *** 2006-10-25 21:27:59 +00:00
README Initial revision 2003-04-14 17:57:48 +00:00

This directory contains files that are part of the C++ user
interface. For the kernel C++ files, see directory ../src.