@@ -3679,7 +3679,6 @@ MaliPPWriter2& MaliPPWriter2::operator = (const MaliPPWriter2&)
36793679
36803680MaliPPWriter2::~MaliPPWriter2 ( )
36813681{
3682- assert (0 && " MaliPPWriter2::~MaliPPWriter2 is not allowed." );
36833682} // MaliPPWriter2::~MaliPPWriter2
36843683
36853684
@@ -3694,22 +3693,18 @@ HDFAttributeDescriptor2Type::HDFAttributeDescriptor2Type ( )
36943693 StrType type (PredType::C_S1);
36953694 type.setSize (MLI2_ATTRIBUT_SIZE);
36963695 insertMember (m_name, HOFFSET (HDFAttributeDescriptor2, m_name), type);
3697- insertMember (m_type, HOFFSET (HDFAttributeDescriptor2, m_type),
3698- PredType::NATIVE_INT16);
3699- insertMember (m_size, HOFFSET (HDFAttributeDescriptor2, m_size),
3700- PredType::NATIVE_UINT32);
3696+ insertMember (m_type, HOFFSET (HDFAttributeDescriptor2, m_type), PredType::NATIVE_INT16);
3697+ insertMember (m_size, HOFFSET (HDFAttributeDescriptor2, m_size), PredType::NATIVE_UINT32);
37013698} // HDFAttributeDescriptor2Type::HDFAttributeDescriptor2Type
37023699
37033700
3704- HDFAttributeDescriptor2Type::HDFAttributeDescriptor2Type (
3705- const HDFAttributeDescriptor2Type& at)
3701+ HDFAttributeDescriptor2Type::HDFAttributeDescriptor2Type (const HDFAttributeDescriptor2Type& at)
37063702 : CompType (at)
37073703{
37083704} // HDFAttributeDescriptor2Type copy constructor
37093705
37103706
3711- HDFAttributeDescriptor2Type& HDFAttributeDescriptor2Type::operator = (
3712- const HDFAttributeDescriptor2Type&)
3707+ HDFAttributeDescriptor2Type& HDFAttributeDescriptor2Type::operator = (const HDFAttributeDescriptor2Type&)
37133708{
37143709 return *this ;
37153710} // HDFAttributeDescriptor2Type::operator =
0 commit comments