lib/honeybee/model.rb in honeybee-openstudio-2.22.4 vs lib/honeybee/model.rb in honeybee-openstudio-2.22.5
- old
+ new
@@ -49,9 +49,10 @@
def initialize(hash)
# initialize class variable @@extension only once
@@extension ||= Extension.new
@@schema ||= @@extension.schema
@@standards ||= @@extension.standards
+ $simple_window_cons = false
@hash = hash
@type = @hash[:type]
raise 'Unknown model type' if @type.nil?
raise "Incorrect model type '#{@type}'" unless @type == 'Model'