Ray Speth
54efbaa320
Rewrote exception handling to be more general and more explicit
...
CanteraError inerits from std:exception, so now it has a what() method
that is used to print a message describing the exception. Adding an
exception to the Cantera error stack now requires explicitly calling
the .save() method.
2012-03-05 20:45:56 +00:00
Ray Speth
0b8d2ec223
Removed includes of Cantera.h from the regression tests
2012-02-15 01:00:46 +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
d832f32625
Eliminated the Cantera_CXX namespace
2012-01-23 03:35:46 +00:00
Ray Speth
f2bf17e1b7
Fixed some problems with the tests caused by the int to size_t conversion
2012-01-17 04:11:40 +00:00
Ray Speth
b88846e5e0
Fixed C++ tests that were failing under Windows
...
Visual Studio defaults to 3-digit exponents when printing in scientific
notation. The tests now use a MSVC-specific function to change this
behavior when necessary.
2012-01-09 17:35:28 +00:00
Ray Speth
9e1fdfe39a
Eliminated CVS keyword cruft
2012-01-09 17:32:01 +00:00
Harry Moffat
70647c85ed
Initial Import
2009-07-27 23:17:19 +00:00
Harry Moffat
b2e19ac462
Added using namespace to get this to compile
2008-02-16 21:44:47 +00:00
Harry Moffat
1fb1c4367d
Made the makefile.in usable from both the build and the install
...
directory trees.
2008-01-06 19:30:15 +00:00
Harry Moffat
04372ff71c
Updated these tests to use new names of the DEFINES
2007-10-11 16:01:06 +00:00
Harry Moffat
0c2ca20d64
Small changes to rebaseline against results.
2007-01-12 23:42:50 +00:00
Harry Moffat
2550449514
Added a test for nComponents < number of elements
2007-01-02 00:31:55 +00:00