By the fix we don't write to MED file the family with ID equal to zero, because MED2.2 use this ID for internal needs.
We test our fix with native mdump executable.
aFamilies.push_back(aFreeVolumesFam);
}
- DriverMED_FamilyPtr aNullFam (new DriverMED_Family);
- aNullFam->SetId(0);
- aNullFam->myType = SMDSAbs_All;
- aFamilies.push_back(aNullFam);
+// DriverMED_FamilyPtr aNullFam (new DriverMED_Family);
+// aNullFam->SetId(0);
+// aNullFam->myType = SMDSAbs_All;
+// aFamilies.push_back(aNullFam);
return aFamilies;
}