rename addEdge overload to registerEdgeCount

So it won't be confused with addEdge that actually does add an edge to edges_.
This commit is contained in:
Andrej730
2024-09-25 15:12:56 +05:00
parent 6ac40b4ab3
commit aad66f94a3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ namespace IfcGeom {
edges_.push_back(i1);
}
void addEdge(int n1, int n2, std::map<std::pair<int, int>, int>& edgecount);
void registerEdgeCount(int n1, int n2, std::map<std::pair<int, int>, int>& edgecount);
void resetWelds() {
weld_offset_ += welds.size();