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

STYLE: Updated warning message output

parent 33e0c95d
No related merge requests found
...@@ -317,7 +317,8 @@ bool Foam::probes::read(const dictionary& dict) ...@@ -317,7 +317,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;
} }
} }
......
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