mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: GAMGInterfaceField: clean up commented out code
This commit is contained in:
@ -112,14 +112,6 @@ public:
|
|||||||
const lduInterfaceField& fineInterface
|
const lduInterfaceField& fineInterface
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
//TBD: make into construct from Istream.
|
|
||||||
// autoPtr<GAMGInterfaceField> New
|
|
||||||
// (
|
|
||||||
// const GAMGInterface& GAMGCp,
|
|
||||||
// Istream& is
|
|
||||||
// );
|
|
||||||
|
|
||||||
//- Return a pointer to a new interface created on freestore given
|
//- Return a pointer to a new interface created on freestore given
|
||||||
// the fine interface
|
// the fine interface
|
||||||
static autoPtr<GAMGInterfaceField> New
|
static autoPtr<GAMGInterfaceField> New
|
||||||
@ -130,7 +122,6 @@ public:
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
//- Construct from GAMG interface and fine level interface field
|
//- Construct from GAMG interface and fine level interface field
|
||||||
|
|||||||
Reference in New Issue
Block a user