restart.hh: rename to restart.hpp

This commit is contained in:
Arne Morten Kvarving 2024-09-05 13:52:30 +02:00
parent 929515c672
commit e22276b91a
4 changed files with 7 additions and 6 deletions

View File

@ -643,7 +643,7 @@ list (APPEND PUBLIC_HEADER_FILES
opm/models/io/basevanguard.hh opm/models/io/basevanguard.hh
opm/models/io/cubegridvanguard.hh opm/models/io/cubegridvanguard.hh
opm/models/io/dgfvanguard.hh opm/models/io/dgfvanguard.hh
opm/models/io/restart.hh opm/models/io/restart.hpp
opm/models/io/simplexvanguard.hh opm/models/io/simplexvanguard.hh
opm/models/io/structuredgridvanguard.hh opm/models/io/structuredgridvanguard.hh
opm/models/io/unstructuredgridvanguard.hh opm/models/io/unstructuredgridvanguard.hh

View File

@ -35,7 +35,7 @@
#include <opm/models/discretization/common/restrictprolong.hh> #include <opm/models/discretization/common/restrictprolong.hh>
#include <opm/models/io/vtkmultiwriter.hh> #include <opm/models/io/vtkmultiwriter.hh>
#include <opm/models/io/restart.hh> #include <opm/models/io/restart.hpp>
#include <opm/models/utils/simulatorutils.hpp> #include <opm/models/utils/simulatorutils.hpp>

View File

@ -24,8 +24,8 @@
* \file * \file
* \copydoc Opm::Restart * \copydoc Opm::Restart
*/ */
#ifndef EWOMS_RESTART_HH #ifndef OPM_RESTART_HPP
#define EWOMS_RESTART_HH #define OPM_RESTART_HPP
#include <string> #include <string>
#include <fstream> #include <fstream>
@ -270,6 +270,7 @@ private:
std::ifstream inStream_; std::ifstream inStream_;
std::ofstream outStream_; std::ofstream outStream_;
}; };
} // namespace Opm } // namespace Opm
#endif #endif // OPM_RESTART_HPP

View File

@ -32,7 +32,7 @@
#include <opm/models/discretization/common/fvbaseproperties.hh> #include <opm/models/discretization/common/fvbaseproperties.hh>
#include <opm/models/io/restart.hh> #include <opm/models/io/restart.hpp>
#include <opm/models/parallel/mpiutil.hpp> #include <opm/models/parallel/mpiutil.hpp>