Skip to content
Snippets Groups Projects
Commit 316dc48e authored by mattijs's avatar mattijs
Browse files

STYLE: probes: indentation

parent 8b7b625e
Branches
Tags
No related merge requests found
......@@ -132,8 +132,7 @@ void Foam::probes::findElements(const fvMesh& mesh)
<< " seems to be on multiple domains:"
<< " cell " << elementList_[probeI]
<< " on my domain " << Pstream::myProcNo()
<< " and cell " << cellI << " on some other domain."
<< endl
<< " and cell " << cellI << " on some other domain." << endl
<< "This might happen if the probe location is on"
<< " a processor patch. Change the location slightly"
<< " to prevent this." << endl;
......@@ -146,8 +145,7 @@ void Foam::probes::findElements(const fvMesh& mesh)
<< " seems to be on multiple domains:"
<< " cell " << faceList_[probeI]
<< " on my domain " << Pstream::myProcNo()
<< " and face " << faceI << " on some other domain."
<< endl
<< " and face " << faceI << " on some other domain." << endl
<< "This might happen if the probe location is on"
<< " a processor patch. Change the location slightly"
<< " to prevent this." << endl;
......
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