Skip to content

Commit

Permalink
fixed error in var name
Browse files Browse the repository at this point in the history
  • Loading branch information
eringold committed Jul 21, 2015
1 parent c1eafae commit 07be0f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def applySizingValues
maximum_hot_water_flow = self.autosizedMaximumHotWaterFlow
if maximum_hot_water_flow.is_initialized
h_coil = self.heatingCoil.to_CoilHeatingLowTempRadiantVarFlow.get
h_coil.setMinimumHotWaterFlow(minimum_hot_water_flow.get)
h_coil.setMaximumHotWaterFlow(maximum_hot_water_flow.get)
end


Expand Down

0 comments on commit 07be0f6

Please sign in to comment.