Parameter naming

This commit is contained in:
Thomas Krijnen
2026-03-31 18:23:13 +02:00
parent a07f56db6f
commit 20ccf2b455
24 changed files with 619 additions and 605 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ namespace ifcopenshell {
IFC_PARSE_API double si_prefix_to_value(const std::string& prefix);
template <typename Schema>
IFC_PARSE_API double get_SI_equivalent(const typename Schema::IfcNamedUnit&);
IFC_PARSE_API double get_SI_equivalent(const typename Schema::IfcNamedUnit& unit);
} // namespace ifcopenshell
#endif