mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: removed unused code to avoid compiler warning
This commit is contained in:
@ -39,15 +39,13 @@ License
|
|||||||
Foam::foamVtkOutputOptions::foamVtkOutputOptions()
|
Foam::foamVtkOutputOptions::foamVtkOutputOptions()
|
||||||
:
|
:
|
||||||
type_(ASCII),
|
type_(ASCII),
|
||||||
style_(NONE),
|
|
||||||
precision_(IOstream::defaultPrecision())
|
precision_(IOstream::defaultPrecision())
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Selectors * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Selectors * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
Foam::autoPtr<Foam::foamVtkFormatter>
|
Foam::autoPtr<Foam::foamVtkFormatter> Foam::foamVtkOutputOptions::newFormatter
|
||||||
Foam::foamVtkOutputOptions::newFormatter
|
|
||||||
(
|
(
|
||||||
std::ostream& os
|
std::ostream& os
|
||||||
) const
|
) const
|
||||||
@ -188,8 +186,7 @@ void Foam::foamVtkOutputOptions::precision(unsigned val) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Foam::Ostream&
|
Foam::Ostream& Foam::foamVtkOutputOptions::info(Ostream& os) const
|
||||||
Foam::foamVtkOutputOptions::info(Ostream& os) const
|
|
||||||
{
|
{
|
||||||
os << "type: " << type_;
|
os << "type: " << type_;
|
||||||
|
|
||||||
|
|||||||
@ -73,10 +73,6 @@ class foamVtkOutputOptions
|
|||||||
//- The output format type
|
//- The output format type
|
||||||
unsigned short type_;
|
unsigned short type_;
|
||||||
|
|
||||||
//- The output style tuning
|
|
||||||
unsigned short style_;
|
|
||||||
|
|
||||||
|
|
||||||
//- ASCII write precision
|
//- ASCII write precision
|
||||||
mutable unsigned precision_;
|
mutable unsigned precision_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user