mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
makding the StandardWell and WellInterface templated
with the template parameter TypeTag.
This commit is contained in:
@@ -45,6 +45,7 @@ namespace Opm
|
||||
|
||||
class SimulatorFullyImplicitBlackoilEbos;
|
||||
|
||||
template<typename TypeTag>
|
||||
class WellInterface
|
||||
{
|
||||
public:
|
||||
@@ -161,4 +162,6 @@ namespace Opm
|
||||
|
||||
}
|
||||
|
||||
#include "WellInterface_impl.hpp"
|
||||
|
||||
#endif // OPM_WELLINTERFACE_HEADER_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user