changed: move hdf5serializer to opm/simulators/utils/HDF5Serializer.hpp

does not interact with typetag system
This commit is contained in:
Arne Morten Kvarving 2024-01-29 09:42:49 +01:00
parent ddb174f401
commit 96a3a6d45a
7 changed files with 9 additions and 13 deletions

View File

@ -434,7 +434,6 @@ list (APPEND PUBLIC_HEADER_FILES
ebos/ecltransmissibility_impl.hh
ebos/eclwriter.hh
ebos/femcpgridcompat.hh
ebos/hdf5serializer.hh
ebos/vtkecltracermodule.hh
opm/simulators/flow/countGlobalCells.hpp
opm/simulators/flow/priVarsPacking.hpp
@ -627,7 +626,7 @@ endif()
if(HDF5_FOUND)
list(APPEND PUBLIC_HEADER_FILES
ebos/hdf5serializer.hh
opm/simulators/utils/HDF5Serializer.hpp
opm/simulators/utils/HDF5File.hpp
)
endif()

View File

@ -19,7 +19,7 @@
#include <config.h>
#include <ebos/hdf5serializer.hh>
#include <opm/simulators/utils/HDF5Serializer.hpp>
#include <opm/simulators/timestepping/SimulatorTimer.hpp>
#include <opm/simulators/utils/ParallelCommunication.hpp>

View File

@ -54,7 +54,7 @@
#include <vector>
#if HAVE_HDF5
#include <ebos/hdf5serializer.hh>
#include <opm/simulators/utils/HDF5Serializer.hpp>
#endif
namespace Opm::Properties {

View File

@ -32,7 +32,7 @@
#include <opm/simulators/utils/DeferredLoggingErrorHelpers.hpp>
#if HAVE_HDF5
#include <ebos/hdf5serializer.hh>
#include <opm/simulators/utils/HDF5Serializer.hpp>
#endif
#include <algorithm>

View File

@ -18,8 +18,8 @@
module for the precise wording of the license and the list of
copyright holders.
*/
#ifndef ECL_HDF5_SERIALIZER_HH
#define ECL_HDF5_SERIALIZER_HH
#ifndef HDF5_SERIALIZER_HPP
#define HDF5_SERIALIZER_HPP
#include <opm/common/utility/Serializer.hpp>
@ -29,7 +29,6 @@
#include <opm/simulators/utils/SerializationPackers.hpp>
#include <algorithm>
#include <cctype>
#include <cstdlib>
namespace Opm {
@ -134,4 +133,4 @@ private:
}
#endif
#endif // HDF5_SERIALIZER_HPP

View File

@ -21,7 +21,7 @@
#include <opm/common/utility/FileSystem.hpp>
#include <ebos/hdf5serializer.hh>
#include <opm/simulators/utils/HDF5Serializer.hpp>
#include <opm/input/eclipse/Schedule/Group/Group.hpp>
#include <opm/simulators/utils/ParallelCommunication.hpp>
@ -31,7 +31,6 @@
#include <boost/test/unit_test.hpp>
#include <filesystem>
#include <stdexcept>
using namespace Opm;

View File

@ -19,7 +19,7 @@
#include <config.h>
#include <ebos/hdf5serializer.hh>
#include <opm/simulators/utils/HDF5Serializer.hpp>
#include <opm/common/utility/FileSystem.hpp>
@ -32,7 +32,6 @@
#include <boost/test/unit_test.hpp>
#include <filesystem>
#include <stdexcept>
#include <string>
using namespace Opm;