Commit graph

8 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
a5ea91b56a Changes due to compilation problems on solaris 2010-02-09 20:24:11 +00:00
Harry Moffat
454cfeafc5 Changed CVode.o CVodeInt.o
There was a problem with the sierra port to the mac. Apparently,
the mac doesn't distinguish between cases.
2009-07-17 15:32:50 +00:00
Harry Moffat
86e0e08154 Eliminated a definate memory leak in the ReactorNet object 2009-05-13 21:49:11 +00:00
Harry Moffat
ce4c00c749 Fixed an error in linking Cantera when SUNDIALS is used.
This changes removes a nonstandard include cpp implementation that
was the cause of the error.
Now the CVode or sundials choice is implemented within the makefile.
2009-01-09 19:23:24 +00:00
Dave Goodwin
7b179cb44f *** empty log message *** 2008-02-18 04:04:06 +00:00
Dave Goodwin
e0f96378ff oved files to numerics subdirectory 2007-05-04 14:40:26 +00:00