From d405852e22a7c890d30d1042271b3c3eb57acb20 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Mon, 30 Jul 2012 15:55:31 +0100 Subject: [PATCH] STYLE: magSqr: extraneous foam --- src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.C b/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.C index 084f87de4b7..a608ade6bfe 100644 --- a/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.C +++ b/src/postProcessing/foamCalcFunctions/field/magSqr/magSqr.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -56,7 +56,7 @@ Foam::calcTypes::magSqr::~magSqr() void Foam::calcTypes::magSqr::init() { - Foam::argList::validArgs.append("magSqr"); + argList::validArgs.append("magSqr"); argList::validArgs.append("fieldName"); } -- GitLab