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
@ -50,21 +50,20 @@ Note
#include "triSurface.H"
#include "OFstream.H"
#include "OSspecific.H"
#include "Time.H"
using namespace Foam;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int main(int argc, char *argv[])
{
#include "removeCaseOptions.H"
argList::addNote
(
"convert between surface formats"
);
argList::noParallel();
argList::validArgs.append("surface file");
argList::validArgs.append("output surface file");