Cleanup, format

This commit is contained in:
bgbsww
2024-07-21 22:28:59 -04:00
parent 38269241e6
commit 1eda66dfd8
6 changed files with 37 additions and 46 deletions

View File

@@ -1496,6 +1496,9 @@ public:
Data::ElementMapPtr resetElementMap(
Data::ElementMapPtr elementMap=Data::ElementMapPtr()) override;
std::vector<Data::IndexedName> getHigherElements(const char *element,
bool silent = false) const override;
/** Helper class to return the generated and modified shape given an input shape
*
* Shape history information is extracted using OCCT APIs

View File

@@ -3714,7 +3714,7 @@ struct MapperPrism: MapperMaker
}
}
}
virtual const std::vector<TopoDS_Shape>& generated(const TopoDS_Shape& s) const override
const std::vector<TopoDS_Shape>& generated(const TopoDS_Shape& s) const override
{
_res.clear();
switch (s.ShapeType()) {