lib/openstudio-standards/standards/standard.rb in openstudio-standards-0.2.7 vs lib/openstudio-standards/standards/standard.rb in openstudio-standards-0.2.8

- old
+ new

@@ -50,14 +50,18 @@ def model_get_lookup_name(building_type) lookup_name = building_type case building_type when 'SmallOffice' lookup_name = 'Office' + when 'SmallOfficeDetailed' + lookup_name = 'Office' when 'MediumOffice' lookup_name = 'Office' + when 'MediumOfficeDetailed' + lookup_name = 'Office' when 'LargeOffice' lookup_name = 'Office' - when 'LargeOfficeDetail' + when 'LargeOfficeDetailed' lookup_name = 'Office' when 'RetailStandalone' lookup_name = 'Retail' when 'RetailStripmall' lookup_name = 'StripMall'