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
Ray Speth
de7d58805e Removed unused variables identified by compiler warnings 2012-01-17 23:58:38 +00:00
Harry Moffat
bb2e6897d7 solaris warned about string literals being assigned to char *.
So, I changed it so that the species name is storred within the
object.
2006-03-03 23:21:06 +00:00
Dave Goodwin
a2a33f1cac *** empty log message *** 2005-09-30 16:38:09 +00:00
Harry Moffat
c32ef71f0e Fixed a compilation error on Linux. 2005-09-29 21:05:42 +00:00
Dave Goodwin
11a9b6888e added files for CO2 and heptane contributed by R. Hunt, Stanford 2005-09-16 04:55:51 +00:00