mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Removed unused variable
This commit is contained in:
@ -300,7 +300,6 @@ bool Foam::sampledSurfaces::read(const dictionary& dict)
|
|||||||
|
|
||||||
// The surface writer and format options
|
// The surface writer and format options
|
||||||
const word writerType(dict.get<word>("surfaceFormat"));
|
const word writerType(dict.get<word>("surfaceFormat"));
|
||||||
const dictionary& formatOptions = dict.subOrEmptyDict("formatOptions");
|
|
||||||
|
|
||||||
// Define the surface formatter
|
// Define the surface formatter
|
||||||
// Optionally defined extra controls for the output formats
|
// Optionally defined extra controls for the output formats
|
||||||
|
|||||||
Reference in New Issue
Block a user