mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: snappyHexMesh: outFile is fileName, not word
This commit is contained in:
@ -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"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user