ENH: GAMGInterfaceField: added access for interface

This commit is contained in:
mattijs
2013-04-03 16:33:07 +01:00
parent e34f60d9b1
commit 9e3c5f3b30

View File

@ -156,6 +156,17 @@ public:
interface_(GAMGCp)
{}
// Member Functions
// Access
//- Return interface
const GAMGInterface& interface() const
{
return interface_;
}
};