mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 19:46:24 -06:00
vtkblackoilenergymodules.hh: rename to vtkblackoilenergymodules.hpp
This commit is contained in:
parent
a44640bc65
commit
e50cd2fb82
@ -650,7 +650,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
||||
opm/models/io/simplexvanguard.hh
|
||||
opm/models/io/structuredgridvanguard.hh
|
||||
opm/models/io/unstructuredgridvanguard.hh
|
||||
opm/models/io/vtkblackoilenergymodule.hh
|
||||
opm/models/io/vtkblackoilenergymodule.hpp
|
||||
opm/models/io/vtkblackoilmicpmodule.hh
|
||||
opm/models/io/vtkblackoilmodule.hpp
|
||||
opm/models/io/vtkblackoilparams.hpp
|
||||
|
@ -29,7 +29,7 @@
|
||||
#define EWOMS_BLACK_OIL_ENERGY_MODULE_HH
|
||||
|
||||
#include "blackoilproperties.hh"
|
||||
#include <opm/models/io/vtkblackoilenergymodule.hh>
|
||||
#include <opm/models/io/vtkblackoilenergymodule.hpp>
|
||||
#include <opm/models/common/quantitycallbacks.hh>
|
||||
#include <opm/models/discretization/common/linearizationtype.hh>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* \file
|
||||
* \copydoc Opm::VtkBlackOilEnergyModule
|
||||
*/
|
||||
#ifndef EWOMS_VTK_BLACK_OIL_ENERGY_MODULE_HH
|
||||
#define EWOMS_VTK_BLACK_OIL_ENERGY_MODULE_HH
|
||||
#ifndef OPM_VTK_BLACK_OIL_ENERGY_MODULE_HPP
|
||||
#define OPM_VTK_BLACK_OIL_ENERGY_MODULE_HPP
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
|
||||
@ -52,6 +52,7 @@ struct VtkWriteFluidEnthalpies { static constexpr bool value = true; };
|
||||
} // namespace Opm::Parameters
|
||||
|
||||
namespace Opm {
|
||||
|
||||
/*!
|
||||
* \ingroup Vtk
|
||||
*
|
||||
@ -221,6 +222,7 @@ private:
|
||||
PhaseBuffer fluidInternalEnergies_;
|
||||
PhaseBuffer fluidEnthalpies_;
|
||||
};
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#endif
|
||||
#endif // OPM_VTK_BLACKOIL_ENERGY_MODULE_HPP
|
Loading…
Reference in New Issue
Block a user