STYLE: directMappedPatchBase.C: added space in message

This commit is contained in:
mattijs
2010-06-30 12:34:34 +01:00
parent e8a44202ed
commit 3bbd7ef1bb

View File

@ -362,7 +362,7 @@ void Foam::directMappedPatchBase::findSamples
"(const pointField&, labelList&"
", labelList&, pointField&)"
) << "Did not find sample " << samples[sampleI]
<< " on any processor of region" << sampleRegion_
<< " on any processor of region " << sampleRegion_
<< exit(FatalError);
}
}