ACMI: Removed unnecessary argument from resetAMI method

This commit is contained in:
Will Bainbridge
2017-11-09 16:24:17 +00:00
parent d02238c21f
commit ea9345590e
2 changed files with 3 additions and 10 deletions

View File

@ -42,10 +42,7 @@ const Foam::scalar Foam::cyclicACMIPolyPatch::tolerance_ = 1e-10;
// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
void Foam::cyclicACMIPolyPatch::resetAMI
(
const AMIPatchToPatchInterpolation::interpolationMethod&
) const
void Foam::cyclicACMIPolyPatch::resetAMI() const
{
if (owner())
{

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013-2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2017 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -81,11 +81,7 @@ protected:
// Protected Member Functions
//- Reset the AMI interpolator
virtual void resetAMI
(
const AMIPatchToPatchInterpolation::interpolationMethod& AMIMethod =
AMIPatchToPatchInterpolation::imFaceAreaWeight
) const;
virtual void resetAMI() const;
//- Initialise the calculation of the patch geometry
virtual void initGeometry(PstreamBuffers&);