opm-simulators/opm/core/wells
Andreas Lauser 5cd622fbf7 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
..
InjectionSpecification.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
InjectionSpecification.hpp Renamed newwells.h -> wells.h. 2013-03-18 10:33:34 +01:00
ProductionSpecification.cpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
ProductionSpecification.hpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
WellCollection.cpp use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00
WellCollection.hpp use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00
wells.c make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
WellsGroup.cpp use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00
WellsGroup.hpp use std::shared_ptr instead of boost::shared_ptr 2013-08-08 13:25:58 +02:00
WellsManager.cpp replace boost::array by std::array 2013-07-30 17:46:32 +02:00
WellsManager.hpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00