Skip to content

Commit

Permalink
Compile against Adapter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored and IsakNaslundBh committed Aug 18, 2021
1 parent dad752b commit 3b7a5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lusas_Adapter/CRUD/Create/Elements/Point.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private IFPoint CreatePoint(Point point)
{
if(point!=null)
{
Node newNode = Create.Node(new Point { X = point.X, Y = point.Y, Z = point.Z });
Node newNode = BH.Engine.Structure.Create.Node(new Point { X = point.X, Y = point.Y, Z = point.Z });

IFPoint newPoint = CreatePoint(newNode);

Expand Down

0 comments on commit 3b7a5f8

Please sign in to comment.