From 2df1d4053c7cc7c8ec4fd3b589a87c01428da964 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 12 Aug 2009 14:51:31 +0100 Subject: [PATCH] changed comment --- .../meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C index cc4278e2218..1bbeb3d077d 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C @@ -286,7 +286,7 @@ Foam::mapDistribute::mapDistribute(const mapDistribute& map) void Foam::mapDistribute::compact(const boolList& elemIsUsed) { - // 1. send back to sender. Have him delete the corresponding element + // 1. send back to sender. Have sender delete the corresponding element // from the submap and do the same to the constructMap locally // (and in same order). -- GitLab