mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Updated warning message output
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user