Skip to content
Snippets Groups Projects
Commit 24065769 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

REFAC: do not clear filename parameter at the end of execution

parent 896555a4
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ public:
{
m_Writer = nullptr;
m_VectorData = nullptr;
m_FileName = "";
// m_FileName = "";
Superclass::ClearValue();
}
protected:
......
......@@ -631,7 +631,7 @@ OutputImageParameter::CheckFileName(bool fixMissingExtension)
void OutputImageParameter::ClearValue()
{
m_Image = nullptr;
m_FileName = "";
// m_FileName = "";
m_UInt8Writer = nullptr;
m_Int16Writer = nullptr;
......@@ -652,7 +652,7 @@ void OutputImageParameter::ClearValue()
m_RGBUInt8Writer = nullptr;
m_RGBAUInt8Writer = nullptr;
m_RAMValue = 0;
// m_RAMValue = 0;
Superclass::ClearValue();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment