Skip to content

Commit

Permalink
Update Revit_Engine/Compute/RevitDiffing.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Lombardi <[email protected]>
  • Loading branch information
2 people authored and pawelbaran committed Sep 1, 2022
1 parent 1a35aee commit 78794e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Revit_Engine/Compute/RevitDiffing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private static Diff Diffing(IEnumerable<object> pastObjects, IEnumerable<object>
}
DiffingConfig diffConfigClone = GetRevitDiffingConfig(rcc);

// Check if input objects all have RevitIdentifiers assigned.
// Get the past and following RevitIdentifiers fragments.
IEnumerable<RevitIdentifiers> pastIdFragments = pastObjects.OfType<IBHoMObject>().Select(obj => obj.GetRevitIdentifiers()).Where(x => x != null);
IEnumerable<RevitIdentifiers> followingIdFragments = followingObjects.OfType<IBHoMObject>().Select(obj => obj.GetRevitIdentifiers()).Where(x => x != null);

Expand Down

0 comments on commit 78794e0

Please sign in to comment.