diff --git a/src/sampling/probes/probes.C b/src/sampling/probes/probes.C index e920b946b8..b18e33881b 100644 --- a/src/sampling/probes/probes.C +++ b/src/sampling/probes/probes.C @@ -317,7 +317,8 @@ bool Foam::probes::read(const dictionary& dict) WarningInFunction << "Only cell interpolation can be applied when " << "not using fixedLocations. InterpolationScheme " - << "entry will be ignored"; + << "entry will be ignored" + << endl; } }