mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: follow coding guide recommendation for '//- Destructor'
This commit is contained in:
@ -70,9 +70,8 @@ class IFstreamAllocator
|
||||
IFstreamAllocator(const fileName& pathname);
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
~IFstreamAllocator();
|
||||
//- Destructor
|
||||
~IFstreamAllocator();
|
||||
};
|
||||
|
||||
|
||||
@ -106,9 +105,8 @@ public:
|
||||
);
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
~IFstream();
|
||||
//- Destructor
|
||||
~IFstream();
|
||||
|
||||
|
||||
// Member functions
|
||||
|
||||
@ -69,9 +69,8 @@ class OFstreamAllocator
|
||||
IOstream::compressionType compression=IOstream::UNCOMPRESSED
|
||||
);
|
||||
|
||||
// Destructor
|
||||
|
||||
~OFstreamAllocator();
|
||||
//- Destructor
|
||||
~OFstreamAllocator();
|
||||
|
||||
};
|
||||
|
||||
@ -108,9 +107,8 @@ public:
|
||||
);
|
||||
|
||||
|
||||
// Destructor
|
||||
|
||||
~OFstream();
|
||||
//- Destructor
|
||||
~OFstream();
|
||||
|
||||
|
||||
// Member functions
|
||||
|
||||
Reference in New Issue
Block a user