From 55362ecdc2ed78e90dcdc009f9338e0e53f00261 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Tue, 15 Nov 2016 12:08:58 +0100 Subject: [PATCH] Fix spelling in warning about unhandled parallel ouput. --- opm/autodiff/SimulatorFullyImplicitBlackoilOutput.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/autodiff/SimulatorFullyImplicitBlackoilOutput.hpp b/opm/autodiff/SimulatorFullyImplicitBlackoilOutput.hpp index d11b0c7fb..20489024f 100644 --- a/opm/autodiff/SimulatorFullyImplicitBlackoilOutput.hpp +++ b/opm/autodiff/SimulatorFullyImplicitBlackoilOutput.hpp @@ -830,7 +830,7 @@ namespace Opm if ( no_kw ) { - Opm::OpmLog::warning("Unhandled ouput request", str.str()); + Opm::OpmLog::warning("Unhandled output request in parallel", str.str()); } } }