Skip to content
Snippets Groups Projects
Commit ba249f8e authored by Mark Olesen's avatar Mark Olesen
Browse files

STYLE: minor adjustment to echoed information

parent 3c935ca8
Branches
Tags
No related merge requests found
......@@ -312,7 +312,7 @@ int main(int argc, char *argv[])
}
}
Info<< "write volume field (" << flush;
Info<< "Write volume field (" << flush;
forAllConstIter(HashTable<word>, volumeFields, fieldIter)
{
......@@ -418,6 +418,8 @@ int main(int argc, char *argv[])
continue;
}
Info<< "Write " << cloudName << " ( positions" << flush;
ensightParticlePositions
(
mesh,
......@@ -427,8 +429,6 @@ int main(int argc, char *argv[])
format
);
Info<< "write " << cloudName << " (" << flush;
forAllConstIter(HashTable<word>, cloudIter(), fieldIter)
{
const word& fieldName = fieldIter.key();
......
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