mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
restart.hh: rename to restart.hpp
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include <opm/models/discretization/common/restrictprolong.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>
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
* \file
|
||||
* \copydoc Opm::Restart
|
||||
*/
|
||||
#ifndef EWOMS_RESTART_HH
|
||||
#define EWOMS_RESTART_HH
|
||||
#ifndef OPM_RESTART_HPP
|
||||
#define OPM_RESTART_HPP
|
||||
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
@@ -270,6 +270,7 @@ private:
|
||||
std::ifstream inStream_;
|
||||
std::ofstream outStream_;
|
||||
};
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#endif
|
||||
#endif // OPM_RESTART_HPP
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
#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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user