Skip to content

Commit

Permalink
Update to reflection changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Mar 23, 2023
1 parent 0d0f498 commit 5f4dd98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Rhinoceros_Engine/Compute/CollectAllModelData.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of the Buildings and Habitats object Model (BHoM)
* Copyright (c) 2015 - 2021, the respective contributors. All rights reserved.
* Copyright (c) 2015 - 2023, the respective contributors. All rights reserved.
*
* Each contributor holds copyright over their respective contributions.
* The project versioning (Git) records all such contribution source information.
Expand All @@ -24,11 +24,10 @@
using System.Linq;
using System.Collections.Generic;
using System.ComponentModel;
using BH.oM.Reflection.Attributes;
using BH.oM.Base.Attributes;
using BH.oM.Base;
using Rhino.FileIO;
using System.IO;
using BH.oM.Reflection;
using System.Drawing;
using Rhino.Geometry;

Expand Down

0 comments on commit 5f4dd98

Please sign in to comment.