From b007eb4769ed5057ba78044409a5424f4f1ee021 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 21 Jan 2015 19:01:02 +0000 Subject: [PATCH] Corrected typo --- src/meshTools/sets/topoSets/topoSet.C | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/meshTools/sets/topoSets/topoSet.C b/src/meshTools/sets/topoSets/topoSet.C index 79e3796b..4618b228 100644 --- a/src/meshTools/sets/topoSets/topoSet.C +++ b/src/meshTools/sets/topoSets/topoSet.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-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -129,7 +129,7 @@ Foam::autoPtr Foam::topoSet::New } -Foam::fileName Foam::topoSet::topoSet::localPath +Foam::fileName Foam::topoSet::localPath ( const polyMesh& mesh, const word& name @@ -143,7 +143,7 @@ Foam::fileName Foam::topoSet::topoSet::localPath // Update stored cell numbers using map. // Do in two passes to prevent allocation if nothing changed. -void Foam::topoSet::topoSet::updateLabels(const labelList& map) +void Foam::topoSet::updateLabels(const labelList& map) { // Iterate over map to see if anything changed bool changed = false; @@ -191,7 +191,7 @@ void Foam::topoSet::topoSet::updateLabels(const labelList& map) } -void Foam::topoSet::topoSet::check(const label maxLabel) +void Foam::topoSet::check(const label maxLabel) { forAllConstIter(topoSet, *this, iter) {