lib/openstudio-standards/standards/necb/ECMS/ecms.rb in openstudio-standards-0.6.0.rc2 vs lib/openstudio-standards/standards/necb/ECMS/ecms.rb in openstudio-standards-0.6.3

- old
+ new

@@ -42,9 +42,10 @@ def apply_system_ecm(model:, ecm_system_name: nil, template_standard:, runner: nil, primary_heating_fuel: nil, + swh_fuel: nil, ecm_system_zones_map_option: 'NECB_Default') # Do nothing if nil or other usual suspects.. covering all bases for now. return if ecm_system_name.nil? || ecm_system_name == 'none' || ecm_system_name == 'NECB_Default' ecm_system_zones_map_option = 'NECB_Default' if ecm_system_zones_map_option.nil? || ecm_system_zones_map_option == 'none'