Passing open and close test

This commit is contained in:
Michael Tryby
2019-04-18 16:16:02 -04:00
parent bf519fdd94
commit 901a802f21
4 changed files with 35 additions and 12 deletions

View File

@@ -132,7 +132,7 @@ int juncdata(Project *pr)
// apply the default demand pattern and append the data
if (p == 0) p = findpattern(net, parser->DefPatID);
demand_data = create_demand_data(y, p, NULL);
if (demand_data == NULL) return 101;
if (demand_data == NULL) return 101;
append_list(demand_list, &demand_data);
}