mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
removed an extra uneeded call to the pressure solver
This commit is contained in:
parent
562573a078
commit
72a0db5f73
@ -16,7 +16,9 @@
|
||||
#include <opm/core/pressure/FlowBCManager.hpp>
|
||||
#include <opm/core/linalg/LinearSolverFactory.hpp>
|
||||
#include <opm/core/fluid/RockCompressibility.hpp>
|
||||
int main(int argc, char** argv) {
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
||||
using namespace Opm::parameter;
|
||||
using namespace Opm;
|
||||
|
Loading…
Reference in New Issue
Block a user