cantera/doc/sphinx/cxx-guide
Ray Speth ee95c60813 Simplify error handling to eliminate need for global error stack
All of the functions for manipulating the global error stack
(CanteraError::save, setError, showErrors, etc.) are deprecated. The ability to
store an error is retained only for use in the C and Fortran interfaces so that
the last error message can be retrieved after a function returns an error code.
2015-11-16 19:50:55 -05:00
..
compiling.rst General whitespace cleanup 2015-08-02 23:06:15 -04:00
demo1a.cpp Use std::unique_ptr instead of raw pointers where appropriate 2015-10-14 18:45:23 -04:00
demoequil.cpp Replace auto_ptr with unique_ptr 2015-10-14 18:45:23 -04:00
equil-example.rst General whitespace cleanup 2015-08-02 23:06:15 -04:00
headers.rst [Equil] Always use the member function versions of 'equilibrate' 2014-11-08 00:53:45 +00:00
index.rst General whitespace cleanup 2015-08-02 23:06:15 -04:00
simple-example.rst Simplify error handling to eliminate need for global error stack 2015-11-16 19:50:55 -05:00
thermo.rst General whitespace cleanup 2015-08-02 23:06:15 -04:00
thermodemo.cpp Re-applied consistent formatting to trunk 2013-02-07 23:40:59 +00:00