ENH: fvPatch: make coupled virtual so AMI can manipulate it

This commit is contained in:
mattijs
2012-07-02 15:31:39 +01:00
parent 91dca0eb2f
commit ec29827f29

View File

@ -165,7 +165,7 @@ public:
}
//- Return true if this patch is coupled
bool coupled() const
virtual bool coupled() const
{
return polyPatch_.coupled();
}