changeDictionary: Added a "deprecated", use foamDictionary instead

This commit is contained in:
Henry Weller
2019-01-30 15:01:18 +00:00
parent 20cefd3b81
commit bd93bf10c8

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -68,6 +68,10 @@ Usage
- \par -disablePatchGroups - \par -disablePatchGroups
Disable the default checking for keys being patchGroups Disable the default checking for keys being patchGroups
Note
changeDictionary has been superseded by foamDictionary
and is now deprecated.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#include "argList.H" #include "argList.H"
@ -419,6 +423,13 @@ int main(int argc, char *argv[])
#include "addRegionOption.H" #include "addRegionOption.H"
#include "setRootCase.H" #include "setRootCase.H"
Warning
<< nl
<< "changeDictionary has been superseded by foamDictionary"
" and is now deprecated."
<< nl << endl;
#include "createTime.H" #include "createTime.H"
// Optionally override controlDict time with -time options // Optionally override controlDict time with -time options