COMP: Removed unused variable

This commit is contained in:
Andrew Heather
2019-02-18 12:42:38 +00:00
parent 27973d7ab5
commit d4a97ecd01

View File

@ -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