@@ -3679,7 +3679,6 @@ MaliPPWriter2& MaliPPWriter2::operator = (const MaliPPWriter2&)
3679
3679
3680
3680
MaliPPWriter2::~MaliPPWriter2 ( )
3681
3681
{
3682
- assert (0 && " MaliPPWriter2::~MaliPPWriter2 is not allowed." );
3683
3682
} // MaliPPWriter2::~MaliPPWriter2
3684
3683
3685
3684
@@ -3694,22 +3693,18 @@ HDFAttributeDescriptor2Type::HDFAttributeDescriptor2Type ( )
3694
3693
StrType type (PredType::C_S1);
3695
3694
type.setSize (MLI2_ATTRIBUT_SIZE);
3696
3695
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);
3701
3698
} // HDFAttributeDescriptor2Type::HDFAttributeDescriptor2Type
3702
3699
3703
3700
3704
- HDFAttributeDescriptor2Type::HDFAttributeDescriptor2Type (
3705
- const HDFAttributeDescriptor2Type& at)
3701
+ HDFAttributeDescriptor2Type::HDFAttributeDescriptor2Type (const HDFAttributeDescriptor2Type& at)
3706
3702
: CompType (at)
3707
3703
{
3708
3704
} // HDFAttributeDescriptor2Type copy constructor
3709
3705
3710
3706
3711
- HDFAttributeDescriptor2Type& HDFAttributeDescriptor2Type::operator = (
3712
- const HDFAttributeDescriptor2Type&)
3707
+ HDFAttributeDescriptor2Type& HDFAttributeDescriptor2Type::operator = (const HDFAttributeDescriptor2Type&)
3713
3708
{
3714
3709
return *this ;
3715
3710
} // HDFAttributeDescriptor2Type::operator =
0 commit comments