Add missing header files

This commit is contained in:
Håkon Hægland 2024-08-06 21:33:35 +02:00
parent d4855b08e1
commit 7dfc25048c

View File

@ -218,6 +218,7 @@ public:
// For now, we require that SLAVES and GRUPMAST are defined at the first // For now, we require that SLAVES and GRUPMAST are defined at the first
// schedule step, so it is enough to check the first step. See the // schedule step, so it is enough to check the first step. See the
// keyword handlers in opm-common for more information. // keyword handlers in opm-common for more information.
if (!this->schedule()[0].rescoup.empty()) {
auto master_mode = this->schedule()[0].rescoup().masterMode(); auto master_mode = this->schedule()[0].rescoup().masterMode();
if (master_mode) { if (master_mode) {
this->reservoirCouplingMaster_ = this->reservoirCouplingMaster_ =
@ -228,6 +229,7 @@ public:
this->reservoirCouplingMaster_->spawnSlaveProcesses(argc, argv); this->reservoirCouplingMaster_->spawnSlaveProcesses(argc, argv);
} }
} }
}
#endif #endif
simulator_.setEpisodeIndex(-1); simulator_.setEpisodeIndex(-1);