mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
make MSWellHelpers templates private
This commit is contained in:
@@ -32,11 +32,14 @@
|
||||
#include <dune/common/fvector.hh>
|
||||
#include <dune/istl/bcrsmatrix.hh>
|
||||
#include <dune/istl/bvector.hh>
|
||||
#include <dune/istl/umfpack.hh>
|
||||
|
||||
#include <array>
|
||||
#include <memory>
|
||||
|
||||
namespace Dune {
|
||||
template<class Matrix> class UMFPack;
|
||||
}
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user