mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove erroneous and unused setcompression IO manipulator
- cannot change stream compression after construction.
This commit is contained in:
committed by
Andrew Heather
parent
9bfc06ed99
commit
371e861d29
@ -4,6 +4,8 @@
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2004-2019 OpenCFD Ltd.
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
| Copyright (C) 2011 OpenFOAM Foundation
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -193,15 +195,6 @@ inline Omanip<IOstream::versionNumber> setversion
|
||||
}
|
||||
|
||||
|
||||
inline Omanip<IOstream::compressionType> setcompression
|
||||
(
|
||||
const IOstream::compressionType cmp
|
||||
)
|
||||
{
|
||||
return Omanip<IOstream::compressionType>(&IOstream::compression, cmp);
|
||||
}
|
||||
|
||||
|
||||
inline Omanip<int> setw(const int i)
|
||||
{
|
||||
return Omanip<int>(&Ostream::width, i);
|
||||
|
||||
Reference in New Issue
Block a user