mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: fvPatch: make coupled virtual so AMI can manipulate it
This commit is contained in:
@ -165,7 +165,7 @@ public:
|
||||
}
|
||||
|
||||
//- Return true if this patch is coupled
|
||||
bool coupled() const
|
||||
virtual bool coupled() const
|
||||
{
|
||||
return polyPatch_.coupled();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user