lib/openstudio-standards/standards/Standards.Construction.rb in openstudio-standards-0.3.0 vs lib/openstudio-standards/standards/Standards.Construction.rb in openstudio-standards-0.3.1.rc1

- old
+ new

@@ -29,10 +29,10 @@ # Make sure an insulation layer was specified if insulation_layer_name.nil? && target_u_value_ip == 0.0 # Do nothing if the construction already doesn't have an insulation layer elsif insulation_layer_name.nil? - insulation_layer_name = find_and_set_insulaton_layer(construction).name + insulation_layer_name = find_and_set_insulation_layer(construction).name end # Remove the insulation layer if the specified U-value is zero. if target_u_value_ip == 0.0 layer_index = 0