[Bug PAL7853] PAL-MESH-004 regress: Problem with presentation groups of Nodes in the Post-Pro module

This commit is contained in:
apo 2005-01-28 13:47:24 +00:00
parent bbdbca270f
commit 869dd74276

View File

@ -193,10 +193,10 @@ list<DriverMED_FamilyPtr> DriverMED_Family::MakeFamilies
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;
}