From f5cf1d8020e92ed2515eb9ee2500e93424a327b7 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 15 Sep 2022 19:21:08 +0100 Subject: [PATCH] foamDictionary: Added -case option to investigate usefulness and if there are problems --- .../utilities/miscellaneous/foamDictionary/foamDictionary.C | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/applications/utilities/miscellaneous/foamDictionary/foamDictionary.C b/applications/utilities/miscellaneous/foamDictionary/foamDictionary.C index 85cfc94452..b5eba6831f 100644 --- a/applications/utilities/miscellaneous/foamDictionary/foamDictionary.C +++ b/applications/utilities/miscellaneous/foamDictionary/foamDictionary.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2016-2021 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2016-2022 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -33,6 +33,9 @@ Description Usage \b foamDictionary [OPTION] dictionary + - \par -case \ + Select a case directory instead of the current working directory + - \par -parallel Specify case as a parallel job @@ -294,7 +297,6 @@ void substitute(dictionary& dict, string substitutions) int main(int argc, char *argv[]) { - argList::removeOption("case"); writeInfoHeader = false; argList::addNote("manipulates dictionaries");