STYLE: add some usage comments to some conversion utilities

STYLE: move polyDualMesh from conversion -> manipulation
This commit is contained in:
Mark Olesen
2010-05-18 14:41:53 +02:00
parent 3430e4eaae
commit 4712e131d9
9 changed files with 27 additions and 22 deletions

View File

@ -62,6 +62,10 @@ using namespace Foam;
int main(int argc, char *argv[])
{
argList::addNote
(
"read OpenFOAM mesh and write a pro-STAR (v4) bnd/cel/vrt format"
);
argList::noParallel();
timeSelector::addOptions();
@ -74,7 +78,7 @@ int main(int argc, char *argv[])
argList::addBoolOption
(
"noBnd",
"suppress writing the .bnd file"
"suppress writing a boundary (.bnd) file"
);
# include "setRootCase.H"