python unit_system name.
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
void python::common::export_UnitSystem(py::module& module)
|
||||
{
|
||||
py::class_<UnitSystem>(module, "UnitSystem")
|
||||
.def_property_readonly( "type", &UnitSystem::getName );
|
||||
.def_property_readonly( "name", &UnitSystem::getName );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user