Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser 8afc71db57 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
examples Moved ColumnExtract and initState. 2013-03-18 12:47:23 +01:00
opm/simulators use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00