From 3bbd7ef1bb8d4d9603f0a1967b69a38f9b6bb59f Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 30 Jun 2010 12:34:34 +0100 Subject: [PATCH] STYLE: directMappedPatchBase.C: added space in message --- .../directMapped/directMappedPolyPatch/directMappedPatchBase.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C index 1c9b5dd5ca..e5d6a0d713 100644 --- a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C +++ b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C @@ -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); } }