Reorganised headers, removing redundant ones;

Tidy up of whitespace.
This commit is contained in:
josh bowden 2023-09-25 22:16:43 +02:00
parent 11a81211bd
commit 8898db41d7
2 changed files with 3 additions and 6 deletions

View File

@ -225,7 +225,6 @@ public:
#if HAVE_DAMARIS
EWOMS_REGISTER_PARAM(TypeTag, bool, EnableDamarisOutput,
"Write a specific variable using Damaris in a separate core");
#endif
EWOMS_REGISTER_PARAM(TypeTag, bool, EclOutputDoublePrecision,
"Tell the output writer to use double precision. Useful for 'perfect' restarts");

View File

@ -72,7 +72,9 @@
#include <opm/simulators/utils/ParallelEclipseState.hpp>
#endif
#if HAVE_DAMARIS
#include <opm/simulators/utils/DamarisKeywords.hpp>
#endif
#include <cassert>
#include <cstdlib>
@ -96,10 +98,6 @@ struct FlowEarlyBird {
} // namespace Opm::Properties
#if HAVE_DAMARIS
#include <opm/simulators/utils/DamarisKeywords.hpp>
#endif
namespace Opm {
namespace Action { class State; }