Merge branch 'master' into develop

This commit is contained in:
Andrew Heather
2017-06-16 10:38:30 +01:00

View File

@ -332,7 +332,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;
}
}
dict.readIfPresent("includeOutOfBounds", includeOutOfBounds_);