BUG: snappyHexMesh: outFile is fileName, not word

This commit is contained in:
mattijs 2013-07-03 12:49:59 +01:00
parent 0f0fb60e4d
commit ed1ecd5f7a

View File

@ -506,7 +506,7 @@ void extractSurface
const polyMesh& mesh,
const Time& runTime,
const labelHashSet& includePatches,
const word& outFileName
const fileName& outFileName
)
{
const polyBoundaryMesh& bMesh = mesh.boundaryMesh();
@ -751,7 +751,7 @@ int main(int argc, char *argv[])
Foam::argList::addOption
(
"outFile",
"word",
"fileName",
"name of the file to save the simplified surface to"
);