Skip to content

Commit 28a9f44

Browse files
Closes #267 fixed bug where AreaTemperatureLoad was not being read
1 parent 4a49db0 commit 28a9f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lusas_Adapter/CRUD/Read/Loads/AreaTemperatureLoads.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private List<ILoad> ReadAreaTemperatureLoads(List<string> ids = null)
4343
List<ILoad> bhomAreaTemperatureLoads = new List<ILoad>();
4444
object[] lusasTemperatureLoads = d_LusasData.getAttributes("Temperature");
4545

46-
if (!(bhomAreaTemperatureLoads.Count() == 0))
46+
if (!(lusasTemperatureLoads.Count() == 0))
4747
{
4848
List<Panel> bhomPanel = ReadPanels();
4949
Dictionary<string, Panel> surfaceDictionary = bhomPanel.ToDictionary(

0 commit comments

Comments
 (0)