lib/measures/CalibrationReports/measure.rb in openstudio-calibration-0.9.0 vs lib/measures/CalibrationReports/measure.rb in openstudio-calibration-0.10.0

- old
+ new

@@ -13,12 +13,10 @@ 'Calibration Reports' end # define the arguments that the user will input def arguments - args = OpenStudio::Measure::OSArgumentVector.new - - args + OpenStudio::Measure::OSArgumentVector.new end # define what happens when the measure is run def run(runner, user_arguments) super(runner, user_arguments)