forked from s_ranjbar/city_retrofit
small correction in comment and constructor
This commit is contained in:
parent
ef0d503b48
commit
991e04e2a9
|
@ -36,6 +36,7 @@ class Building(CityObject):
|
||||||
self._storeys_above_ground = None
|
self._storeys_above_ground = None
|
||||||
self._foot_print = None
|
self._foot_print = None
|
||||||
self._usage_zones = []
|
self._usage_zones = []
|
||||||
|
self._building_units = []
|
||||||
self._type = 'building'
|
self._type = 'building'
|
||||||
self._monthly_heating = []
|
self._monthly_heating = []
|
||||||
self._monthly_cooling = []
|
self._monthly_cooling = []
|
||||||
|
@ -267,7 +268,6 @@ class Building(CityObject):
|
||||||
"""
|
"""
|
||||||
Building units
|
Building units
|
||||||
:param value: [BuildingUnit]
|
:param value: [BuildingUnit]
|
||||||
:return: List of building units
|
|
||||||
"""
|
"""
|
||||||
self._building_units = value
|
self._building_units = value
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user