Skip to content
Snippets Groups Projects
Commit a2a9a09f authored by laurence's avatar laurence
Browse files

BUG: Add indentation to Info statement

parent 3dcfc986
Branches
Tags
No related merge requests found
......@@ -63,7 +63,7 @@ Foam::fieldFromFile::fieldFromFile
Foam::triSurfaceScalarField Foam::fieldFromFile::load()
{
Info<< "Loading: " << fileName_ << endl;
Info<< indent << "Loading: " << fileName_ << endl;
triSurfaceScalarField surfaceCellSize
(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment