mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: createBaffles: duplicate command line option specification
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2012 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -142,14 +142,6 @@ int main(int argc, char *argv[])
|
|||||||
"additionalPatches",
|
"additionalPatches",
|
||||||
"((master2 slave2) .. (masterN slaveN))"
|
"((master2 slave2) .. (masterN slaveN))"
|
||||||
);
|
);
|
||||||
argList::addBoolOption("internalFacesOnly");
|
|
||||||
|
|
||||||
argList::addOption
|
|
||||||
(
|
|
||||||
"additionalPatches",
|
|
||||||
"(patch2 .. patchN)",
|
|
||||||
"specify additional patches for creating baffles"
|
|
||||||
);
|
|
||||||
argList::addBoolOption
|
argList::addBoolOption
|
||||||
(
|
(
|
||||||
"internalFacesOnly",
|
"internalFacesOnly",
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2012 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -564,11 +564,6 @@ int main(int argc, char *argv[])
|
|||||||
"distance to look for close features"
|
"distance to look for close features"
|
||||||
);
|
);
|
||||||
argList::addBoolOption
|
argList::addBoolOption
|
||||||
(
|
|
||||||
"writeVTK",
|
|
||||||
"write surface property VTK files"
|
|
||||||
);
|
|
||||||
argList::addBoolOption
|
|
||||||
(
|
(
|
||||||
"manifoldEdgesOnly",
|
"manifoldEdgesOnly",
|
||||||
"remove any non-manifold (open or more than two connected faces) edges"
|
"remove any non-manifold (open or more than two connected faces) edges"
|
||||||
|
|||||||
Reference in New Issue
Block a user