mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
Renamed flowMain.hpp -> FlowMain.hpp.
This commit is contained in:
parent
abf5443f33
commit
e3ceac44a6
@ -141,7 +141,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
opm/autodiff/fastSparseProduct.hpp
|
opm/autodiff/fastSparseProduct.hpp
|
||||||
opm/autodiff/DuneMatrix.hpp
|
opm/autodiff/DuneMatrix.hpp
|
||||||
opm/autodiff/ExtractParallelGridInformationToISTL.hpp
|
opm/autodiff/ExtractParallelGridInformationToISTL.hpp
|
||||||
opm/autodiff/flowMain.hpp
|
opm/autodiff/FlowMain.hpp
|
||||||
opm/autodiff/GeoProps.hpp
|
opm/autodiff/GeoProps.hpp
|
||||||
opm/autodiff/GridHelpers.hpp
|
opm/autodiff/GridHelpers.hpp
|
||||||
opm/autodiff/GridInit.hpp
|
opm/autodiff/GridInit.hpp
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include <opm/core/grid.h>
|
#include <opm/core/grid.h>
|
||||||
#include <opm/autodiff/SimulatorFullyImplicitBlackoil.hpp>
|
#include <opm/autodiff/SimulatorFullyImplicitBlackoil.hpp>
|
||||||
#include <opm/autodiff/flowMain.hpp>
|
#include <opm/autodiff/FlowMain.hpp>
|
||||||
|
|
||||||
|
|
||||||
// ----------------- Main program -----------------
|
// ----------------- Main program -----------------
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include <dune/grid/CpGrid.hpp>
|
#include <dune/grid/CpGrid.hpp>
|
||||||
#include <opm/autodiff/SimulatorFullyImplicitBlackoil.hpp>
|
#include <opm/autodiff/SimulatorFullyImplicitBlackoil.hpp>
|
||||||
#include <opm/autodiff/flowMain.hpp>
|
#include <opm/autodiff/FlowMain.hpp>
|
||||||
|
|
||||||
|
|
||||||
// ----------------- Main program -----------------
|
// ----------------- Main program -----------------
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include <opm/core/grid.h>
|
#include <opm/core/grid.h>
|
||||||
#include <opm/autodiff/SimulatorFullyImplicitBlackoilMultiSegment.hpp>
|
#include <opm/autodiff/SimulatorFullyImplicitBlackoilMultiSegment.hpp>
|
||||||
#include <opm/autodiff/flowMain.hpp>
|
#include <opm/autodiff/FlowMain.hpp>
|
||||||
|
|
||||||
|
|
||||||
// ----------------- Main program -----------------
|
// ----------------- Main program -----------------
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include <dune/grid/CpGrid.hpp>
|
#include <dune/grid/CpGrid.hpp>
|
||||||
#include <opm/autodiff/SimulatorFullyImplicitBlackoilMultiSegment.hpp>
|
#include <opm/autodiff/SimulatorFullyImplicitBlackoilMultiSegment.hpp>
|
||||||
#include <opm/autodiff/flowMain.hpp>
|
#include <opm/autodiff/FlowMain.hpp>
|
||||||
|
|
||||||
|
|
||||||
// ----------------- Main program -----------------
|
// ----------------- Main program -----------------
|
||||||
|
Loading…
Reference in New Issue
Block a user