From fe0f17a8e49216e8499daf2ce53f1abcf1ca3839 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 8 Jan 2014 21:10:52 +0000 Subject: [PATCH] STYLE: probes: typo --- src/sampling/probes/probes.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sampling/probes/probes.C b/src/sampling/probes/probes.C index 608049c7f7c..3f6c07233af 100644 --- a/src/sampling/probes/probes.C +++ b/src/sampling/probes/probes.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -323,7 +323,7 @@ void Foam::probes::read(const dictionary& dict) dict.lookup("probeLocations") >> *this; dict.lookup("fields") >> fieldSelection_; - // redetermined all cell locations + // Re-determine all cell locations findElements(mesh_); prepare(); } -- GitLab