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()
|
||||
:
|
||||
type_(ASCII),
|
||||
style_(NONE),
|
||||
precision_(IOstream::defaultPrecision())
|
||||
{}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * Selectors * * * * * * * * * * * * * * * * //
|
||||
|
||||
Foam::autoPtr<Foam::foamVtkFormatter>
|
||||
Foam::foamVtkOutputOptions::newFormatter
|
||||
Foam::autoPtr<Foam::foamVtkFormatter> Foam::foamVtkOutputOptions::newFormatter
|
||||
(
|
||||
std::ostream& os
|
||||
) const
|
||||
@ -188,8 +186,7 @@ void Foam::foamVtkOutputOptions::precision(unsigned val) const
|
||||
}
|
||||
|
||||
|
||||
Foam::Ostream&
|
||||
Foam::foamVtkOutputOptions::info(Ostream& os) const
|
||||
Foam::Ostream& Foam::foamVtkOutputOptions::info(Ostream& os) const
|
||||
{
|
||||
os << "type: " << type_;
|
||||
|
||||
|
||||
@ -73,10 +73,6 @@ class foamVtkOutputOptions
|
||||
//- The output format type
|
||||
unsigned short type_;
|
||||
|
||||
//- The output style tuning
|
||||
unsigned short style_;
|
||||
|
||||
|
||||
//- ASCII write precision
|
||||
mutable unsigned precision_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user