From 4de360804e737e4e1b7f338c6679a7c7fa3f1929 Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 27 Apr 2015 11:11:16 +0100 Subject: [PATCH] AMIMethod: Corrected type of tgtPatch_ Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1669 --- .../AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H index 06afc1a2..2e941778 100644 --- a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H +++ b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -69,7 +69,7 @@ private: protected: - //- local typedef to octree tree-type + //- Local typedef to octree tree-type typedef treeDataPrimitivePatch treeType; @@ -79,7 +79,7 @@ protected: const SourcePatch& srcPatch_; //- Reference to target patch - const SourcePatch& tgtPatch_; + const TargetPatch& tgtPatch_; //- Flag to indicate that the two patches are co-directional and // that the orientation of the target patch should be reversed