From 7343b3853c269e96373f1f674b76c64126de014c Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 23 Jul 2008 11:12:30 +0100 Subject: [PATCH] very minor formatting --- .../preProcessing/applyBoundaryLayer/applyBoundaryLayer.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)