Commit graph

7 commits

Author SHA1 Message Date
Ray Speth
2528df0f75 Reorganized source tree structure
These changes make it unnecessary to copy header files around during
the build process, which tends to confuse IDEs and debuggers. The
headers which comprise Cantera's external C++ interface are now in
the 'include' directory.

All of the samples and demos are now in the 'samples' subdirectory.
2012-02-12 02:27:14 +00:00
Ray Speth
a6f939c2fe Applied consistent formatting to all C++ code
Done using astyle:
astyle --style=kr --add-brackets --indent=spaces=4 --indent-col1-comments --unpad-paren --pad-header --align-pointer=type --lineend=linux
2012-02-10 17:24:00 +00:00
Harry Moffat
361c8f655b Took out namespaces from headers 2011-03-28 20:29:33 +00:00
Harry Moffat
f3bec02808 A reworking of the LatticePhase and LatticeSolidPhase classes. 2011-03-11 00:10:50 +00:00
Harry Moffat
2e50b8a929 Fixed an error. The m_speciesData XML tree wasn't being created.
I created one in the constructor.
2010-11-18 03:09:45 +00:00
Harry Moffat
c7ce446b32 Added a special constructor for setting the element potential directly. 2010-10-27 21:07:51 +00:00
Harry Moffat
a96f865403 Added FixedChemPotSSTP object.
This is a utility object that will provide a bath species at a certain
chemical potential to the equilibrium solver.
2010-10-27 17:00:46 +00:00