Skip to content
Snippets Groups Projects
Commit 9330e4f1 authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

STYLE: Updated warning message output

parent 217085d0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment