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

Merge branch 'master' into develop

parents 4a3ead47 d06589b7
Branches
Tags
No related merge requests found
......@@ -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_);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment