Part/Toponaming: Refactor makeElementCompound
Refactor to address linter issues, breaking up large methods, renaming variables, etc.
This commit is contained in:
committed by
Yorik van Havre
parent
8124c81a33
commit
f0a734fed0
@@ -185,7 +185,7 @@ bool ComplexGeoData::getCenterOfGravity(Base::Vector3d& unused) const
|
||||
}
|
||||
|
||||
const std::string &ComplexGeoData::elementMapPrefix() {
|
||||
static std::string prefix(";");
|
||||
static std::string prefix(ELEMENT_MAP_PREFIX);
|
||||
return prefix;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user