mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: indentation for FatalIOErrorInFunction calls
This commit is contained in:
@ -434,10 +434,8 @@ Foam::sampledIsoSurface::sampledIsoSurface
|
||||
{
|
||||
if (!sampledSurface::interpolate())
|
||||
{
|
||||
FatalIOErrorInFunction
|
||||
(
|
||||
dict
|
||||
) << "Non-interpolated iso surface not supported since triangles"
|
||||
FatalIOErrorInFunction(dict)
|
||||
<< "Non-interpolated iso surface not supported since triangles"
|
||||
<< " span across cells." << exit(FatalIOError);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user