opm-simulators/opm/simulators
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
..
SimulatorCompressibleTwophase.cpp fix new 'unused variable' warnings on GCC 2013-07-30 19:07:46 +02:00
SimulatorCompressibleTwophase.hpp use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00
SimulatorIncompTwophase.cpp Subtract time spend in callbacks from total 2013-05-14 11:38:09 +02:00
SimulatorIncompTwophase.hpp use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00