From fe4f99a94e7787ec0caeceb76768d0039d3651e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Mon, 23 Nov 2015 13:58:43 +0100 Subject: [PATCH] Minimise differences between flow.cpp and flow_multisegment.cpp. --- examples/flow_multisegment.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/flow_multisegment.cpp b/examples/flow_multisegment.cpp index 7ce1e5c95..30b9247af 100644 --- a/examples/flow_multisegment.cpp +++ b/examples/flow_multisegment.cpp @@ -99,6 +99,7 @@ #ifdef _OPENMP #include #endif + #include #include #include @@ -369,7 +370,7 @@ try // create output writer after grid is distributed, otherwise the parallel output // won't work correctly since we need to create a mapping from the distributed to // the global view - Opm::BlackoilOutputWriter outputWriter(grid, param, eclipseState, pu, new_props.permeability()); + Opm::BlackoilOutputWriter outputWriter(grid, param, eclipseState, pu, new_props.permeability() ); // Solver for Newton iterations. std::unique_ptr fis_solver;