mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-23 01:36:25 -06:00
move ebos/eclwriter.hh to opm/simulators/flow
This commit is contained in:
parent
8d667301cc
commit
ddb7c65f97
@ -431,7 +431,6 @@ list (APPEND PUBLIC_HEADER_FILES
|
||||
ebos/ecltracermodel.hh
|
||||
ebos/ecltransmissibility.hh
|
||||
ebos/ecltransmissibility_impl.hh
|
||||
ebos/eclwriter.hh
|
||||
ebos/vtkecltracermodule.hh
|
||||
opm/simulators/flow/ActionHandler.hpp
|
||||
opm/simulators/flow/AluGridCartesianIndexMapper.hpp
|
||||
@ -448,6 +447,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
||||
opm/simulators/flow/DummyGradientCalculator.hpp
|
||||
opm/simulators/flow/EclGenericWriter.hpp
|
||||
opm/simulators/flow/EclGenericWriter_impl.hpp
|
||||
opm/simulators/flow/EclWriter.hpp
|
||||
opm/simulators/flow/ExtraConvergenceOutputThread.hpp
|
||||
opm/simulators/flow/FemCpGridCompat.hpp
|
||||
opm/simulators/flow/FIBlackoilModel.hpp
|
||||
|
@ -42,7 +42,6 @@
|
||||
#include <ebos/eclproblem_properties.hh>
|
||||
#include <ebos/eclthresholdpressure.hh>
|
||||
#include <ebos/ecltransmissibility.hh>
|
||||
#include <ebos/eclwriter.hh>
|
||||
#if HAVE_DAMARIS
|
||||
#include <ebos/damariswriter.hh>
|
||||
#endif
|
||||
@ -81,6 +80,7 @@
|
||||
#include <opm/simulators/flow/ActionHandler.hpp>
|
||||
#include <opm/simulators/flow/BaseAquiferModel.hpp>
|
||||
#include <opm/simulators/flow/DummyGradientCalculator.hpp>
|
||||
#include <opm/simulators/flow/EclWriter.hpp>
|
||||
#include <opm/simulators/flow/FIBlackoilModel.hpp>
|
||||
#include <opm/simulators/flow/OutputBlackoilModule.hpp>
|
||||
#include <opm/simulators/timestepping/AdaptiveTimeStepping.hpp>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <ebos/eclcpgridvanguard.hh>
|
||||
#include <ebos/eclfluxmodule.hh>
|
||||
#include <ebos/eclnewtonmethod.hh>
|
||||
#include <ebos/eclwriter.hh>
|
||||
|
||||
#if HAVE_DAMARIS
|
||||
#include <ebos/damariswriter.hh>
|
||||
#endif
|
||||
@ -47,6 +47,7 @@
|
||||
|
||||
#include <opm/simulators/flow/BaseAquiferModel.hpp>
|
||||
#include <opm/simulators/flow/DummyGradientCalculator.hpp>
|
||||
#include <opm/simulators/flow/EclWriter.hpp>
|
||||
#include <opm/simulators/flow/FIBlackoilModel.hpp>
|
||||
#include <opm/simulators/flow/OutputBlackoilModule.hpp>
|
||||
|
||||
|
@ -25,8 +25,8 @@
|
||||
*
|
||||
* \copydoc Opm::EclWriter
|
||||
*/
|
||||
#ifndef EWOMS_ECL_WRITER_HH
|
||||
#define EWOMS_ECL_WRITER_HH
|
||||
#ifndef OPM_ECL_WRITER_HPP
|
||||
#define OPM_ECL_WRITER_HPP
|
||||
|
||||
#include <dune/grid/common/partitionset.hh>
|
||||
|
||||
@ -709,4 +709,4 @@ private:
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#endif
|
||||
#endif // OPM_ECL_WRITER_HPP
|
@ -33,6 +33,8 @@
|
||||
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
|
||||
#include <opm/simulators/utils/DeferredLoggingErrorHelpers.hpp>
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user