opm-simulators/tutorials
Andreas Lauser 66c0705e54 use std::shared_ptr instead of boost::shared_ptr
our policy is that we only use boost if necessary, i.e., if the oldest
supported compiler does not support a given feature but boost
does. since we recently switched to GCC 4.4 or newer, std::shared_ptr
is available unconditionally.
2013-08-08 13:25:58 +02:00
..
generate_doc_figures.py code is now included using \snippet. Apparently this looks better with the new Doxygen version. The HTML_EXTRA_STYLESHEET is now used rather then the HTML_STYLESHEET in order to include used-defined styles for the same reason 2013-03-06 10:17:27 +01:00
tutorial1.cpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
tutorial2.cpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
tutorial3.cpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
tutorial4.cpp use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00