Commit graph

12 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
bc9ec48516 Fixing compiler warnings, part 5 2012-01-17 04:11:51 +00:00
Dave Goodwin
4ed7e64194 *** empty log message *** 2005-11-10 20:48:27 +00:00
Dave Goodwin
26ea298828 *** empty log message *** 2004-09-20 10:25:02 +00:00
Dave Goodwin
3ec6010d51 removed time() methods for class Reactor and added them to class ReactorNet 2004-07-29 22:22:46 +00:00
Dave Goodwin
cb97e7387a added comments 2004-06-04 05:19:30 +00:00
Dave Goodwin
8792888330 *** empty log message *** 2004-04-22 21:44:35 +00:00
Dave Goodwin
183c0b3409 *** empty log message *** 2004-03-03 06:31:14 +00:00
Dave Goodwin
88da08f3bb *** empty log message *** 2003-09-12 17:55:17 +00:00
Dave Goodwin
df345002cd *** empty log message *** 2003-08-21 14:29:52 +00:00
Dave Goodwin
1e8d3822ff Initial revision 2003-04-14 17:57:48 +00:00