mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: put MILU in separate compile unit
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
#ifndef OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
|
||||
#define OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
|
||||
|
||||
#include <opm/simulators/linalg/FlowLinearSolverParameters.hpp>
|
||||
#include <opm/simulators/linalg/PropertyTree.hpp>
|
||||
|
||||
#include <string>
|
||||
@@ -28,6 +27,8 @@
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
class FlowLinearSolverParameters;
|
||||
|
||||
PropertyTree setupPropertyTree(FlowLinearSolverParameters p,
|
||||
bool LinearSolverMaxIterSet,
|
||||
bool CprMaxEllIterSet);
|
||||
|
||||
Reference in New Issue
Block a user