diff --git a/applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C b/applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C index e2a8a9c5ab..06b9e6c884 100644 --- a/applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C +++ b/applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C @@ -95,8 +95,8 @@ int main(int argc, char *argv[]) << exit(FatalError); } - Info<< "\nCreating boundary-layer for U of thickness" << ybl.value() << " m" - << nl << endl; + Info<< "\nCreating boundary-layer for U of thickness " + << ybl.value() << " m" << nl << endl; // Modify velocity by applying a 1/7th power law boundary-layer // u/U0 = (y/ybl)^(1/7)