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