From 3eedde5497c0d3ed239e5ea456a4fb5790fb7226 Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 27 Apr 2015 11:10:15 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H index 0d01235be8..2e9417782d 100644 --- a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H +++ b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIMethod/AMIMethod/AMIMethod.H @@ -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