lib/to_openstudio/construction/windowshade.rb in honeybee-openstudio-2.17.5 vs lib/to_openstudio/construction/windowshade.rb in honeybee-openstudio-2.18.0

- old
+ new

@@ -43,10 +43,10 @@ return object.get if object.is_initialized nil end def to_openstudio(openstudio_model) - # write the shaded and unsaded versions of the construciton into the model + # write the shaded and unsaded versions of the construction into the model # reverse the shaded and unshaded identifiers so unshaded one is assigned to apertures unshd_id = @hash[:identifier] shd_id = @hash[:window_construction][:identifier] @hash[:window_construction][:identifier] = unshd_id @hash[:identifier] = shd_id