diff --git a/src/OpenFOAM/expressions/exprResult/exprResultGlobals.C b/src/OpenFOAM/expressions/exprResult/exprResultGlobals.C index cd3d302fcb..04e270d641 100644 --- a/src/OpenFOAM/expressions/exprResult/exprResultGlobals.C +++ b/src/OpenFOAM/expressions/exprResult/exprResultGlobals.C @@ -6,7 +6,7 @@ \\/ M anipulation | ------------------------------------------------------------------------------- Copyright (C) 2012-2018 Bernhard Gschaider - Copyright (C) 2019 OpenCFD Ltd. + Copyright (C) 2019-2020 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -203,7 +203,7 @@ Foam::expressions::exprResultGlobals::get { WarningInFunction << "No scope " << scopeName << " for " << name << nl - << "Known global scopes: " << variables_.sortToc() << nl; + << "Known global scopes: " << variables_.sortedToc() << nl; } #endif }