Skip to content
Snippets Groups Projects
Commit 7ad2ace8 authored by Andrew Heather's avatar Andrew Heather
Browse files

Merge branch 'master' into develop

parents 5aa2503d 0e77828a
No related branches found
No related tags found
1 merge request!121Merge develop into master for v1706 release
...@@ -332,7 +332,8 @@ bool Foam::probes::read(const dictionary& dict) ...@@ -332,7 +332,8 @@ bool Foam::probes::read(const dictionary& dict)
WarningInFunction WarningInFunction
<< "Only cell interpolation can be applied when " << "Only cell interpolation can be applied when "
<< "not using fixedLocations. InterpolationScheme " << "not using fixedLocations. InterpolationScheme "
<< "entry will be ignored"; << "entry will be ignored"
<< endl;
} }
} }
dict.readIfPresent("includeOutOfBounds", includeOutOfBounds_); dict.readIfPresent("includeOutOfBounds", includeOutOfBounds_);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment