AMIMethod: Corrected type of tgtPatch_
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1669
This commit is contained in:
parent
4c20de71bb
commit
65152a3109
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue