Removed commented out line.

This commit is contained in:
Kjetil Olsen Lye 2024-10-03 14:09:01 +02:00
parent cf50957924
commit d8b1366f80

View File

@ -35,7 +35,6 @@
// TODO: not understanding why we need FlowGenericProblem here // TODO: not understanding why we need FlowGenericProblem here
#include <opm/simulators/flow/FlowGenericProblem.hpp> #include <opm/simulators/flow/FlowGenericProblem.hpp>
#include <opm/simulators/flow/FlowGenericProblem_impl.hpp> #include <opm/simulators/flow/FlowGenericProblem_impl.hpp>
//#include <opm/simulators/flow/Main.hpp>
#include <opm/simulators/linalg/parallelbicgstabbackend.hh> #include <opm/simulators/linalg/parallelbicgstabbackend.hh>
// // the current code use eclnewtonmethod adding other conditions to proceed_ should do the trick for KA // // the current code use eclnewtonmethod adding other conditions to proceed_ should do the trick for KA