mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 16:30:02 -06:00
restart.hh: rename to restart.hpp
This commit is contained in:
parent
929515c672
commit
e22276b91a
@ -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
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user