Skip to content

Commit

Permalink
Update measure.rb
Browse files Browse the repository at this point in the history
Update deprecation to OpenStudio::Measure::OSArgumentVector
  • Loading branch information
Ski90Moo authored Jan 22, 2024
1 parent d61bed9 commit b3da333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/measures/set_output_table_to_si_units_v_2/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def modeler_description

# define the arguments that the user will input
def arguments(workspace)
args = OpenStudio::Ruleset::OSArgumentVector.new
args = OpenStudio::Measure::OSArgumentVector.new
return args
end

Expand Down

0 comments on commit b3da333

Please sign in to comment.