From afcff4a94c326dcb14de3779d5ae01f04bf56935 Mon Sep 17 00:00:00 2001 From: Thomas James Byer Date: Wed, 5 Aug 2026 09:41:21 -0700 Subject: [PATCH] remove extra placeholder in format --- .../physicsSolvers/fluidFlow/wells/WellControls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreComponents/physicsSolvers/fluidFlow/wells/WellControls.cpp b/src/coreComponents/physicsSolvers/fluidFlow/wells/WellControls.cpp index 8213516d2f8..10cb0ea2712 100644 --- a/src/coreComponents/physicsSolvers/fluidFlow/wells/WellControls.cpp +++ b/src/coreComponents/physicsSolvers/fluidFlow/wells/WellControls.cpp @@ -317,7 +317,7 @@ void WellControls::postInputInitialization() ProductionConstraint< MassRateConstraint > >( [&]( auto const & constraint ) { GEOS_THROW_IF( useMass(), - GEOS_FMT( "Constraint {} of type {} only allowed for {} if useMass is set to 1", + GEOS_FMT( "Constraint {} only allowed for {} if useMass is set to 1", constraint.getName(), getName() ), InputError, constraint.getDataContext() ); } );