mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix rebase failure
This commit is contained in:
parent
56bcb419fb
commit
bbe2ae4a7b
@ -731,9 +731,6 @@ public:
|
|||||||
// write Fluid In Place to output log
|
// write Fluid In Place to output log
|
||||||
void outputFipLog(std::map<std::string, double>& miscSummaryData, std::map<std::string, std::vector<double>>& regionData, const bool substep) {
|
void outputFipLog(std::map<std::string, double>& miscSummaryData, std::map<std::string, std::vector<double>>& regionData, const bool substep) {
|
||||||
|
|
||||||
if (substep)
|
|
||||||
return;
|
|
||||||
|
|
||||||
const auto& comm = simulator_.gridView().comm();
|
const auto& comm = simulator_.gridView().comm();
|
||||||
size_t ntFip = *std::max_element(fipnum_.begin(), fipnum_.end());
|
size_t ntFip = *std::max_element(fipnum_.begin(), fipnum_.end());
|
||||||
ntFip = comm.max(ntFip);
|
ntFip = comm.max(ntFip);
|
||||||
|
Loading…
Reference in New Issue
Block a user