utilities: Remove unused case related options

This commit is contained in:
Henry Weller
2018-06-11 15:21:34 +01:00
parent 712d4ca07d
commit 2e1825a50f
23 changed files with 58 additions and 43 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -70,6 +70,8 @@ using namespace Foam;
int main(int argc, char *argv[])
{
#include "removeCaseOptions.H"
argList::addNote
(
"convert between surface formats, "
@ -77,7 +79,6 @@ int main(int argc, char *argv[])
"Normally use surfaceMeshConvert instead."
);
argList::noParallel();
argList::validArgs.append("surface file");
argList::validArgs.append("output surface file");