STYLE: Updated warning message output

This commit is contained in:
Andrew Heather
2017-06-16 10:37:52 +01:00
parent 33e0c95d2d
commit d06589b746

View File

@ -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;
}
}