mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
[Bug PAL7853] PAL-MESH-004 regress: Problem with presentation groups of Nodes in the Post-Pro module
This commit is contained in:
parent
bbdbca270f
commit
869dd74276
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user