AMIMethod: Corrected type of tgtPatch_

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1669
This commit is contained in:
Henry 2015-04-27 11:11:16 +01:00
parent 6b8cab4b61
commit 4de360804e

View file

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation \\ / A nd | Copyright (C) 2013-2015 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -69,7 +69,7 @@ private:
protected: protected:
//- local typedef to octree tree-type //- Local typedef to octree tree-type
typedef treeDataPrimitivePatch<TargetPatch> treeType; typedef treeDataPrimitivePatch<TargetPatch> treeType;
@ -79,7 +79,7 @@ protected:
const SourcePatch& srcPatch_; const SourcePatch& srcPatch_;
//- Reference to target patch //- Reference to target patch
const SourcePatch& tgtPatch_; const TargetPatch& tgtPatch_;
//- Flag to indicate that the two patches are co-directional and //- Flag to indicate that the two patches are co-directional and
// that the orientation of the target patch should be reversed // that the orientation of the target patch should be reversed