Allow access to interpolator in detached state
This commit is contained in:
parent
43674c372f
commit
04b1ca70b8
1 changed files with 0 additions and 10 deletions
|
@ -858,16 +858,6 @@ bool Foam::regionCouplePolyPatch::localParallel() const
|
||||||
const Foam::ggiZoneInterpolation&
|
const Foam::ggiZoneInterpolation&
|
||||||
Foam::regionCouplePolyPatch::patchToPatch() const
|
Foam::regionCouplePolyPatch::patchToPatch() const
|
||||||
{
|
{
|
||||||
// if (!attached_)
|
|
||||||
// {
|
|
||||||
// FatalErrorIn
|
|
||||||
// (
|
|
||||||
// "const patchToPatchInterpolation& "
|
|
||||||
// "regionCouplePolyPatch::patchToPatch() const"
|
|
||||||
// ) << "Requesting patchToPatchInterpolation in detached state"
|
|
||||||
// << abort(FatalError);
|
|
||||||
// }
|
|
||||||
|
|
||||||
if (master())
|
if (master())
|
||||||
{
|
{
|
||||||
if (!patchToPatchPtr_)
|
if (!patchToPatchPtr_)
|
||||||
|
|
Reference in a new issue