mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +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);
|
aFamilies.push_back(aFreeVolumesFam);
|
||||||
}
|
}
|
||||||
|
|
||||||
//DriverMED_FamilyPtr aNullFam (new DriverMED_Family);
|
DriverMED_FamilyPtr aNullFam (new DriverMED_Family);
|
||||||
//aNullFam->SetId(0);
|
aNullFam->SetId(0);
|
||||||
//aNullFam->myType = SMDSAbs_All;
|
aNullFam->myType = SMDSAbs_All;
|
||||||
//aFamilies.push_back(aNullFam);
|
aFamilies.push_back(aNullFam);
|
||||||
|
|
||||||
return aFamilies;
|
return aFamilies;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user