mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: directMappedPatchBase.C: added space in message
This commit is contained in:
@ -362,7 +362,7 @@ void Foam::directMappedPatchBase::findSamples
|
|||||||
"(const pointField&, labelList&"
|
"(const pointField&, labelList&"
|
||||||
", labelList&, pointField&)"
|
", labelList&, pointField&)"
|
||||||
) << "Did not find sample " << samples[sampleI]
|
) << "Did not find sample " << samples[sampleI]
|
||||||
<< " on any processor of region" << sampleRegion_
|
<< " on any processor of region " << sampleRegion_
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user