Skip to content

Commit

Permalink
Update HotWaterDemand.py
Browse files Browse the repository at this point in the history
  • Loading branch information
molarana authored May 16, 2019
1 parent 3b34d75 commit 3eeac0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UrbanHeatPro/Classes/HotWaterDemand.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'''
HotWaterDemand.py
AMC @ TUM ENS
A. Molar-Cruz @ TUM ENS
'''

import os
Expand Down Expand Up @@ -265,4 +265,4 @@ def calculate_dhw_consumption_in_time_step(self, time_step, dt_vector_index, day
else:
#
if self.debug == 3:
print(' ' + '{}\t{}\t{}\t{}\t{}\t{}\t{}\t{}\t{}\t{}\t\t{}'.format(time_step, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0))
print(' ' + '{}\t{}\t{}\t{}\t{}\t{}\t{}\t{}\t{}\t{}\t\t{}'.format(time_step, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0))

0 comments on commit 3eeac0e

Please sign in to comment.