mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: follow coding guide recommendation for '//- Destructor'
This commit is contained in:
@ -209,10 +209,9 @@ public:
|
||||
);
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
~multiphaseMixture()
|
||||
{}
|
||||
//- Destructor
|
||||
~multiphaseMixture()
|
||||
{}
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
Reference in New Issue
Block a user