From 67de20df256fabff41605580e3797788d659b456 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 18 May 2016 21:20:42 +0100 Subject: [PATCH] Further standardization of loop index naming: pointI -> pointi, patchI -> patchi --- .../test/PatchTools/Test-PatchTools.C | 48 +- .../test/PointEdgeWave/Test-PointEdgeWave.C | 12 +- .../test/globalMeshData/Test-globalMeshData.C | 38 +- .../test/patchRegion/Test-patchRegion.C | 16 +- .../test/primitivePatch/Test-PrimitivePatch.C | 4 +- applications/test/syncTools/Test-syncTools.C | 46 +- applications/test/wallDist/Test-wallDist.C | 6 +- .../mesh/advanced/modifyMesh/cellSplitter.C | 24 +- .../mesh/advanced/modifyMesh/modifyMesh.C | 20 +- .../refineWallLayer/refineWallLayer.C | 22 +- .../mesh/advanced/selectCells/selectCells.C | 12 +- .../Optional/ccm26ToFoam/ccm26ToFoam.C | 4 +- .../mesh/conversion/cfx4ToFoam/cfx4ToFoam.C | 62 +-- .../fluentMeshToFoam/create3DCellShape.C | 16 +- .../fluentMeshToFoam/fluentMeshToFoam.L | 24 +- .../foamMeshToFluent/fluentFvMesh.C | 8 +- .../conversion/gambitToFoam/gambitToFoam.L | 10 +- .../mesh/conversion/gmshToFoam/gmshToFoam.C | 6 +- .../ideasUnvToFoam/ideasUnvToFoam.C | 24 +- .../mesh/conversion/mshToFoam/mshToFoam.C | 4 +- .../netgenNeutralToFoam/netgenNeutralToFoam.C | 4 +- .../conversion/plot3dToFoam/plot3dToFoam.C | 6 +- .../sammToFoam/createBoundaryFaces.C | 4 +- .../sammToFoam/createPolyBoundary.C | 4 +- .../conversion/sammToFoam/createPolyCells.C | 4 +- .../star3ToFoam/createBoundaryFaces.C | 4 +- .../star3ToFoam/createCoupleMatches.C | 10 +- .../star3ToFoam/createPolyBoundary.C | 4 +- .../conversion/star3ToFoam/createPolyCells.C | 4 +- .../star3ToFoam/mergeCoupleFacePoints.C | 64 +-- .../conversion/tetgenToFoam/tetgenToFoam.C | 12 +- .../conversion/writeMeshObj/writeMeshObj.C | 22 +- .../extrude/extrudeMesh/extrudeMesh.C | 28 +- .../extrudeToRegionMesh/extrudeToRegionMesh.C | 8 +- .../extrude2DMesh/extrude2DMesh.C | 42 +- .../extrude2DMesh/extrude2DMeshApp.C | 22 +- .../cellSizeAndAlignmentGrid.C | 4 +- .../DelaunayMesh/DelaunayMeshIO.C | 4 +- .../smoothAlignmentSolver.C | 4 +- .../conformalVoronoiMeshCalcDualMesh.C | 10 +- .../conformalVoronoiMeshConformToSurface.C | 4 +- .../conformalVoronoiMeshIO.C | 18 +- .../conformalVoronoiMeshZones.C | 10 +- .../conformationSurfaces.C | 14 +- .../foamyHexMeshBackgroundMesh.C | 6 +- .../foamyHexMeshSurfaceSimplify.C | 10 +- .../foamyHexMeshSurfaceSimplify_non_octree.C | 16 +- .../generation/foamyMesh/foamyQuadMesh/CV2D.C | 4 +- .../foamyMesh/foamyQuadMesh/CV2DI.H | 6 +- .../foamyQuadMesh/shortEdgeFilter2D.C | 38 +- .../manipulation/createPatch/createPatch.C | 22 +- .../manipulation/flattenMesh/flattenMesh.C | 8 +- .../manipulation/mergeMeshes/mergePolyMesh.C | 14 +- .../mergeOrSplitBaffles/mergeOrSplitBaffles.C | 12 +- .../manipulation/mirrorMesh/mirrorFvMesh.C | 20 +- .../manipulation/polyDualMesh/meshDualiser.C | 154 ++--- .../manipulation/polyDualMesh/meshDualiser.H | 18 +- .../mesh/manipulation/splitMesh/regionSide.C | 26 +- .../mesh/manipulation/splitMesh/regionSide.H | 6 +- .../mesh/manipulation/subsetMesh/subsetMesh.C | 8 +- .../patchSummary/patchSummaryTemplates.H | 4 +- .../reconstructParMesh/reconstructParMesh.C | 16 +- .../foamToEnsight/ensightMesh.C | 18 +- .../foamToTecplot360/tecplotWriter.H | 2 +- .../foamToTetDualMesh/foamToTetDualMesh.C | 16 +- .../foamToVTK/foamToVTK/vtkTopo.C | 8 +- .../vtkPV3Foam/vtkPV3FoamMeshVolume.C | 8 +- .../vtkPV3Foam/vtkPV3FoamMeshZone.C | 6 +- .../vtkPV3blockMesh/vtkPV3blockMesh.C | 24 +- .../vtkPVFoam/vtkPVFoamMeshVolume.C | 8 +- .../vtkPVFoam/vtkPVFoamMeshZone.C | 4 +- .../vtkPVblockMesh/vtkPVblockMesh.C | 22 +- .../streamFunction/streamFunction.C | 76 +-- .../utilities/surface/surfaceAdd/surfaceAdd.C | 4 +- .../surface/surfaceCheck/surfaceCheck.C | 4 +- .../surface/surfaceFind/surfaceFind.C | 6 +- .../surface/surfaceHookUp/surfaceHookUp.C | 46 +- .../surfaceSplitNonManifolds.C | 68 +-- .../surface/surfaceSubset/surfaceSubset.C | 10 +- doc/codingStyleGuide.org | 2 +- .../Lists/ListOps/ListOpsTemplates.C | 10 +- .../pointPatchField/pointPatchField.C | 12 +- .../CalcPatchToPatchWeights.C | 60 +- .../PatchToPatchInterpolate.C | 10 +- .../ProcessorTopology/ProcessorTopology.H | 4 +- src/OpenFOAM/meshes/meshShapes/cell/cell.C | 8 +- .../meshes/meshShapes/cell/oppositeCellFace.C | 18 +- src/OpenFOAM/meshes/meshShapes/face/face.C | 8 +- src/OpenFOAM/meshes/meshTools/mergePoints.C | 60 +- .../pointMesh/pointMeshMapper/pointMapper.C | 36 +- .../polyMesh/globalMeshData/globalMeshData.C | 220 ++++---- .../polyMesh/globalMeshData/globalPoints.C | 116 ++-- .../polyMesh/globalMeshData/globalPoints.H | 22 +- .../meshes/polyMesh/mapPolyMesh/mapPolyMesh.H | 22 +- src/OpenFOAM/meshes/polyMesh/polyMesh.C | 16 +- .../meshes/polyMesh/polyMeshFromShapeMesh.C | 12 +- src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C | 6 +- .../constraint/processor/processorPolyPatch.C | 30 +- .../meshes/polyMesh/syncTools/syncTools.C | 18 +- .../polyMesh/syncTools/syncToolsTemplates.C | 40 +- .../polyMesh/zones/pointZone/pointZone.C | 24 +- .../PatchTools/PatchToolsMatch.C | 10 +- .../PatchTools/PatchToolsNormals.C | 32 +- .../PatchTools/PatchToolsSearch.C | 14 +- .../PatchTools/PatchToolsSortPoints.C | 8 +- .../PrimitivePatch/PrimitivePatch.H | 2 +- .../PrimitivePatch/PrimitivePatchCheck.C | 28 +- .../PrimitivePatchLocalPointOrder.C | 8 +- .../PrimitivePatch/PrimitivePatchMeshEdges.C | 6 +- .../PrimitivePatchPointAddressing.C | 12 +- .../PrimitivePatchProjectPoints.C | 6 +- .../meshes/primitiveMesh/primitiveMesh.C | 22 +- .../meshes/primitiveMesh/primitiveMesh.H | 8 +- .../primitiveMeshCheck/primitiveMeshCheck.C | 16 +- .../meshes/primitiveMesh/primitiveMeshEdges.C | 92 +-- .../primitiveMesh/primitiveMeshPointCells.C | 22 +- .../primitiveMesh/primitiveMeshPointPoints.C | 28 +- .../globalIndexAndTransform.H | 2 +- ...RateAdvectiveDiffusiveFvPatchScalarField.C | 4 +- src/conversion/meshReader/calcPointCells.C | 10 +- src/conversion/meshReader/createPolyCells.C | 6 +- .../meshReader/starcd/STARCDMeshReader.C | 28 +- src/conversion/polyDualMesh/polyDualMesh.C | 134 ++--- src/conversion/polyDualMesh/polyDualMesh.H | 8 +- .../dynamicRefineFvMesh/dynamicRefineFvMesh.C | 52 +- .../multiSolidBodyMotionFvMesh.C | 4 +- .../solidBodyMotionFvMesh.C | 4 +- .../attachDetach/attachDetachPointMatchMap.C | 14 +- .../attachDetach/attachInterface.C | 30 +- .../attachDetach/detachInterface.C | 36 +- src/dynamicMesh/boundaryMesh/boundaryMesh.C | 16 +- src/dynamicMesh/boundaryMesh/boundaryMesh.H | 2 +- .../createShellMesh/createShellMesh.C | 36 +- .../fvMeshDistribute/fvMeshDistribute.C | 16 +- .../fvMeshDistribute/fvMeshDistribute.H | 4 +- .../fvMeshDistributeTemplates.C | 4 +- src/dynamicMesh/fvMeshSubset/fvMeshSubset.C | 32 +- .../fvMeshSubset/fvMeshSubsetInterpolate.C | 4 +- src/dynamicMesh/fvMeshTools/fvMeshTools.H | 8 +- .../layerAdditionRemoval/addCellLayer.C | 28 +- .../layerAdditionRemoval/removeCellLayer.C | 18 +- .../layerAdditionRemoval/setLayerPairing.C | 10 +- src/dynamicMesh/meshCut/cellCuts/cellCuts.C | 28 +- src/dynamicMesh/meshCut/cellCuts/cellCuts.H | 2 +- .../meshCut/edgeVertex/edgeVertex.H | 4 +- .../boundaryCutter/boundaryCutter.C | 40 +- .../meshCutAndRemove/meshCutAndRemove.C | 94 ++-- .../meshCutAndRemove/meshCutAndRemove.H | 6 +- .../meshModifiers/meshCutter/meshCutter.C | 36 +- .../meshModifiers/meshCutter/meshCutter.H | 2 +- .../motionSmoother/motionSmoother.H | 4 +- .../motionSmoother/motionSmootherAlgo.C | 60 +- .../motionSmoother/motionSmootherAlgo.H | 4 +- .../motionSmootherAlgoTemplates.C | 14 +- .../componentDisplacementMotionSolver.C | 24 +- .../displacement/displacementMotionSolver.C | 22 +- .../perfectInterface/perfectInterface.C | 18 +- .../pointPatchDist/externalPointEdgePoint.H | 10 +- .../pointPatchDist/externalPointEdgePointI.H | 14 +- .../pointPatchDist/pointPatchDist.C | 12 +- .../polyMeshAdder/faceCoupleInfo.C | 120 ++-- .../polyMeshAdder/faceCoupleInfo.H | 2 +- src/dynamicMesh/polyMeshAdder/polyMeshAdder.C | 122 ++-- .../polyMeshFilter/polyMeshFilter.C | 22 +- .../polyTopoChange/addPatchCellLayer.C | 94 ++-- .../polyTopoChange/addPatchCellLayer.H | 2 +- .../polyTopoChange/combineFaces.C | 44 +- .../polyTopoChange/duplicatePoints.C | 16 +- .../polyTopoChange/edgeCollapser.C | 186 +++---- .../polyTopoChange/edgeCollapser.H | 4 +- .../polyTopoChange/faceCollapser.C | 6 +- .../polyTopoChange/hexRef8/hexRef8.C | 374 ++++++------- .../polyTopoChange/hexRef8/hexRef8.H | 14 +- .../pointEdgeCollapse/pointEdgeCollapse.H | 12 +- .../pointEdgeCollapse/pointEdgeCollapseI.H | 12 +- .../polyTopoChange/polyTopoChange.C | 156 +++--- .../polyTopoChange/polyTopoChange.H | 4 +- .../polyTopoChange/polyTopoChangeI.H | 4 +- .../polyTopoChange/removeCells.C | 16 +- .../polyTopoChange/removeFaces.C | 40 +- .../polyTopoChange/removePoints.C | 118 ++-- .../polyTopoChange/tetDecomposer.C | 42 +- .../polyTopoChange/tetDecomposer.H | 4 +- .../slidingInterface/coupleSlidingInterface.C | 154 ++--- .../decoupleSlidingInterface.C | 40 +- .../enrichedPatch/enrichedPatch.C | 16 +- .../enrichedPatch/enrichedPatchCutFaces.C | 24 +- .../enrichedPatch/enrichedPatchFaces.C | 20 +- .../enrichedPatch/enrichedPatchMasterPoints.C | 22 +- .../enrichedPatch/enrichedPatchPointMap.C | 18 +- .../enrichedPatch/enrichedPatchPointPoints.C | 12 +- .../slidingInterface/slidingInterface.C | 14 +- .../slidingInterfaceAttachedAddressing.C | 16 +- .../slidingInterfaceClearCouple.C | 4 +- .../slidingInterfaceProjectPoints.C | 142 ++--- .../edgeMeshFormats/nas/NASedgeFormat.C | 12 +- .../edgeMeshFormats/obj/OBJedgeFormat.C | 12 +- .../edgeMeshFormats/starcd/STARCDedgeFormat.C | 12 +- .../extendedEdgeMesh/extendedEdgeMesh.C | 34 +- .../ensight/ensightSetWriter.C | 12 +- .../sampledSetWriters/vtk/vtkSetWriter.C | 6 +- src/fileFormats/sampledSetWriters/writer.C | 18 +- .../CPCCellToCellStencil.C | 18 +- .../singleCellFvMesh/singleCellFvMesh.C | 6 +- .../volPointInterpolation/pointConstraints.C | 38 +- .../volPointInterpolate.C | 6 +- .../volPointInterpolation.C | 36 +- ...lacementComponentLaplacianFvMotionSolver.C | 8 +- .../displacementInterpolationMotionSolver.C | 26 +- .../displacementLayeredMotionMotionSolver.C | 62 +-- .../displacementLayeredMotionMotionSolver.H | 4 +- .../layeredSolver/pointEdgeStructuredWalk.H | 12 +- .../layeredSolver/pointEdgeStructuredWalkI.H | 10 +- .../inversePointDistanceDiffusivity.C | 10 +- .../parcels/Templates/DSMCParcel/DSMCParcel.H | 2 +- .../referredWallFace/referredWallFace.C | 16 +- .../referredWallFace/referredWallFace.H | 6 +- .../referredWallFace/referredWallFaceI.H | 6 +- src/lagrangian/basic/particle/particle.H | 8 +- .../KinematicParcel/KinematicParcel.C | 2 +- .../KinematicParcel/KinematicParcel.H | 2 +- .../ParticleErosion/ParticleErosion.H | 2 +- .../PatchPostProcessing/PatchPostProcessing.H | 2 +- .../PairCollision/WallSiteData/WallSiteData.C | 14 +- .../PairCollision/WallSiteData/WallSiteData.H | 4 +- .../WallSiteData/WallSiteDataI.H | 6 +- .../AveragingMethod/AveragingMethod.C | 12 +- .../molecule/molecule/molecule.H | 2 +- src/lagrangian/solidParticle/solidParticle.H | 2 +- .../blockMesh/blockMesh/blockMeshCreate.C | 12 +- .../medialAxisMeshMover.C | 250 ++++----- .../medialAxisMeshMover.H | 2 +- .../meshRefinement/meshRefinement.C | 42 +- .../meshRefinement/meshRefinementBaffles.C | 8 +- .../meshRefinementProblemCells.C | 14 +- .../meshRefinement/meshRefinementRefine.C | 58 +- .../meshRefinement/meshRefinementTemplates.C | 4 +- .../refinementFeatures/refinementFeatures.C | 48 +- .../refinementSurfaces/refinementSurfaces.C | 188 +++---- .../shellSurfaces/shellSurfaces.C | 24 +- .../snappyHexMeshDriver/pointData/pointData.H | 6 +- .../pointData/pointDataI.H | 12 +- .../snappyHexMeshDriver/snappyLayerDriver.C | 238 ++++---- .../snappyHexMeshDriver/snappyLayerDriver.H | 2 +- .../snappyLayerDriverShrink.C | 218 ++++---- .../snappyHexMeshDriver/snappySnapDriver.C | 328 +++++------ .../snappyHexMeshDriver/snappySnapDriver.H | 8 +- .../snappySnapDriverFeature.C | 524 +++++++++--------- .../trackedParticle/trackedParticle.C | 6 +- .../trackedParticle/trackedParticle.H | 2 +- .../algorithms/PointEdgeWave/PointEdgeWave.C | 152 ++--- .../algorithms/PointEdgeWave/PointEdgeWave.H | 6 +- .../algorithms/PointEdgeWave/pointEdgePoint.H | 12 +- .../PointEdgeWave/pointEdgePointI.H | 16 +- .../cellClassification/cellClassification.C | 50 +- src/meshTools/cellDist/cellDistFuncs.C | 10 +- src/meshTools/indexedOctree/treeDataPoint.C | 16 +- src/meshTools/meshSearch/meshSearch.C | 12 +- src/meshTools/meshStructure/meshStructure.C | 26 +- .../meshStructure/pointTopoDistanceData.H | 12 +- .../meshStructure/pointTopoDistanceDataI.H | 12 +- src/meshTools/meshTools/meshTools.C | 20 +- .../polyMeshZipUpCells/polyMeshZipUpCells.C | 38 +- src/meshTools/regionSplit/localPointRegion.C | 30 +- .../searchableSurface/searchableBox.C | 22 +- .../searchableSurface/searchableCylinder.C | 12 +- .../searchableSurface/searchablePlane.C | 10 +- .../searchableSurface/searchablePlate.C | 10 +- .../searchableSurface/searchableSphere.C | 8 +- .../searchableSurfaceCollection.C | 80 +-- .../searchableSurfaceWithGaps.C | 10 +- .../searchableSurfacesQueries.C | 88 +-- .../searchableSurface/triSurfaceMesh.C | 26 +- .../cellSources/nearestToCell/nearestToCell.C | 6 +- .../cellSources/pointToCell/pointToCell.C | 4 +- .../cellSources/regionToCell/regionToCell.C | 12 +- .../cellSources/surfaceToCell/surfaceToCell.C | 12 +- .../cellSources/surfaceToCell/surfaceToCell.H | 4 +- .../targetVolumeToCell/targetVolumeToCell.C | 14 +- .../faceSources/pointToFace/pointToFace.C | 8 +- .../sets/pointSources/boxToPoint/boxToPoint.C | 8 +- .../nearestToPoint/nearestToPoint.C | 14 +- .../surfaceToPoint/surfaceToPoint.C | 14 +- .../setToPointZone/setToPointZone.C | 8 +- src/meshTools/sets/topoSets/pointSet.C | 8 +- src/meshTools/sets/topoSets/pointZoneSet.C | 36 +- src/meshTools/surfaceSets/surfaceSets.C | 46 +- src/meshTools/surfaceSets/surfaceSets.H | 2 +- .../booleanSurface/booleanSurface.C | 40 +- .../intersectedSurface/edgeSurface.C | 18 +- .../intersectedSurface/intersectedSurface.C | 60 +- .../intersectedSurface/intersectedSurface.H | 4 +- .../surfaceIntersection/edgeIntersections.C | 18 +- .../surfaceIntersection/surfaceIntersection.C | 14 +- .../surfaceIntersection/surfaceIntersection.H | 2 +- .../surfaceIntersectionFuncs.C | 12 +- .../surfaceFeatures/surfaceFeatures.C | 32 +- .../surfaceFeatures/surfaceFeatures.H | 4 +- .../triSurfaceSearch/triSurfaceSearch.C | 14 +- .../triSurfaceTools/triSurfaceTools.C | 68 +-- .../triSurfaceTools/triSurfaceTools.H | 6 +- .../twoDPointCorrector/twoDPointCorrector.C | 16 +- .../preserveFaceZonesConstraint.C | 4 +- .../preservePatchesConstraint.C | 4 +- .../singleProcessorFaceSetsConstraint.C | 12 +- .../decompositionMethod/decompositionMethod.C | 12 +- .../hierarchGeomDecomp/hierarchGeomDecomp.C | 26 +- .../multiLevelDecomp/multiLevelDecomp.C | 6 +- .../distributedTriSurfaceMesh.C | 88 +-- .../reconstruct/reconstruct/processorMeshes.C | 4 +- .../field/nearWallFields/findCellParticle.C | 2 +- .../field/nearWallFields/findCellParticle.H | 2 +- .../field/streamLine/streamLineParticle.C | 2 +- .../field/streamLine/streamLineParticle.H | 2 +- .../wallBoundedParticle.H | 2 +- .../forces/forceCoeffs/forceCoeffs.C | 14 +- .../functionObjects/forces/forces/forces.C | 14 +- .../pyrolysisModel/pyrolysisModel.C | 2 +- .../pyrolysisModel/pyrolysisModel.H | 2 +- .../reactingOneDim/reactingOneDim.H | 4 +- ...sRadiativeCoupledMixedFvPatchScalarField.C | 4 +- ...ysisTemperatureCoupledFvPatchScalarField.C | 6 +- ...rolysisVelocityCoupledFvPatchVectorField.C | 6 +- .../regionModel/regionModel/regionModel.H | 4 +- .../regionModel/regionModel1D/regionModel1D.C | 12 +- .../kinematicSingleLayer.H | 4 +- .../surfaceFilmModels/noFilm/noFilm.H | 2 +- .../surfaceFilmModel/surfaceFilmModel.H | 2 +- .../thermoSingleLayer/thermoSingleLayer.H | 10 +- .../thermalBaffle/thermalBaffle.H | 4 +- .../thermalBaffle/thermalBaffleI.H | 6 +- .../meshToMesh/meshToMeshParallelOps.C | 10 +- .../sampledSurface/isoSurface/isoSurface.C | 104 ++-- .../isoSurface/isoSurfaceCell.C | 106 ++-- .../isoSurface/isoSurfaceCell.H | 8 +- .../isoSurface/isoSurfaceTemplates.C | 32 +- .../isoSurface/sampledIsoSurfaceCell.C | 6 +- .../sampledIsoSurfaceCellTemplates.C | 10 +- .../sampledPatch/sampledPatchTemplates.C | 10 +- .../sampledPlane/sampledPlaneTemplates.C | 10 +- .../sampledSurface/sampledSurfaceTemplates.C | 6 +- .../sampledTriSurfaceMesh.C | 58 +- .../sampledTriSurfaceMeshTemplates.C | 16 +- .../sampledThresholdCellFacesTemplates.C | 10 +- .../thresholdCellFaces/thresholdCellFaces.C | 6 +- .../writers/dx/dxSurfaceWriter.C | 4 +- .../writers/nastran/nastranSurfaceWriter.C | 12 +- .../writers/nastran/nastranSurfaceWriter.H | 2 +- .../writers/raw/rawSurfaceWriter.C | 4 +- .../writers/raw/rawSurfaceWriter.H | 2 +- .../writers/vtk/vtkSurfaceWriter.C | 4 +- src/surfMesh/MeshedSurface/MeshedSurface.C | 12 +- .../UnsortedMeshedSurface.C | 6 +- .../surfaceFormats/gts/GTSsurfaceFormat.C | 16 +- .../surfaceFormats/off/OFFsurfaceFormat.C | 4 +- .../solidThermo/solidThermo/heSolidThermo.H | 2 +- .../solidThermo/solidThermo/solidThermo.H | 4 +- .../mixerFvMesh/mixerFvMesh.C | 12 +- .../meshTriangulation/meshTriangulation.C | 4 +- .../triSurface/interfaces/DX/writeDX.C | 16 +- .../triSurface/interfaces/STL/readSTLASCII.L | 14 +- .../triSurface/interfaces/STL/readSTLBINARY.C | 24 +- .../triSurface/interfaces/TRI/readTRI.C | 14 +- src/triSurface/triSurface/stitchTriangles.C | 18 +- src/triSurface/triSurface/triSurface.C | 20 +- 365 files changed, 4877 insertions(+), 4877 deletions(-) diff --git a/applications/test/PatchTools/Test-PatchTools.C b/applications/test/PatchTools/Test-PatchTools.C index 65ba973620..6300b86ab3 100644 --- a/applications/test/PatchTools/Test-PatchTools.C +++ b/applications/test/PatchTools/Test-PatchTools.C @@ -89,16 +89,16 @@ using namespace Foam; // { // const vectorField& faceAreas = mesh.faceAreas(); // -// forAll(meshPoints, patchPointI) +// forAll(meshPoints, patchPointi) // { -// label meshPointI = meshPoints[patchPointI]; -// Map