Skip to content

Commit

Permalink
Add missing namespace references to SpandrelForce class
Browse files Browse the repository at this point in the history
  • Loading branch information
GCRA101 committed Sep 4, 2024
1 parent 9537538 commit b09f44e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ETABS_oM/Results/SpandrelForce.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,17 @@
*/



using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using BH.oM.Structure.Results;
using BH.oM.Base;
using BH.oM.Quantities.Attributes;
using System.ComponentModel;


namespace BH.oM.Adapters.ETABS.Results
{
Expand Down

0 comments on commit b09f44e

Please sign in to comment.