Skip to content

Commit

Permalink
cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonie-kramer committed Dec 14, 2023
1 parent 1008afa commit 8f3097a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public static InteriorPartitionsOutputs Execute(Dictionary<string, Model> inputM
if (inputModels.TryGetValue(md, out var mdModel))
{
var interiorPartitions = mdModel?.AllElementsOfType<InteriorPartitionCandidate>();

interiorPartitionCandidates.AddRange(interiorPartitions);
}
}
Expand Down

0 comments on commit 8f3097a

Please sign in to comment.