From 1c0256ffabbb1b7ca647bfc1c8a083bcf3d9c9f7 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Mon, 24 Sep 2018 09:54:34 +0100 Subject: [PATCH] InterfaceCompositionPhaseChangePhaseSystem: Typo in error message --- .../InterfaceCompositionPhaseChangePhaseSystem.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/InterfaceCompositionPhaseChangePhaseSystem/InterfaceCompositionPhaseChangePhaseSystem.C b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/InterfaceCompositionPhaseChangePhaseSystem/InterfaceCompositionPhaseChangePhaseSystem.C index b370162186..1ae08f3362 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/InterfaceCompositionPhaseChangePhaseSystem/InterfaceCompositionPhaseChangePhaseSystem.C +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/InterfaceCompositionPhaseChangePhaseSystem/InterfaceCompositionPhaseChangePhaseSystem.C @@ -129,7 +129,7 @@ InterfaceCompositionPhaseChangePhaseSystem FatalErrorInFunction << "An interfacial composition model is specified for the " << "unordered " << pair << " pair. Composition models only " - << "apply to ordered pairs. A entry for an " + << "apply to ordered pairs. An entry for a " << phasePairKey("A", "B", true) << " pair means a model for " << "the A side of the A-B interface; i.e., \"A in the presence " << "of B\""