Clean-up
This commit is contained in:
parent
775661dfdf
commit
b21c183422
2 changed files with 6 additions and 4 deletions
|
@ -101,6 +101,9 @@ public:
|
|||
);
|
||||
|
||||
|
||||
// Destructor - default
|
||||
|
||||
|
||||
// Member functions
|
||||
|
||||
// Access
|
||||
|
|
|
@ -102,10 +102,9 @@ public:
|
|||
}
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
virtual ~fvMeshLduAddressing()
|
||||
{}
|
||||
//- Destructor
|
||||
virtual ~fvMeshLduAddressing()
|
||||
{}
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
Reference in a new issue