Skip to content
Snippets Groups Projects
Commit 7343b385 authored by Andrew Heather's avatar Andrew Heather
Browse files

very minor formatting

parent 033829bc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment