Skip to content

Commit

Permalink
Rename PullTo to Move
Browse files Browse the repository at this point in the history
  • Loading branch information
alelom committed Sep 13, 2019
1 parent c272360 commit 3d74fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BHoM_Adapter/BHoMAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public virtual IEnumerable<object> Pull(IRequest request, Dictionary<string, obj

/***************************************************/

public virtual bool PullTo(BHoMAdapter to, IRequest request, Dictionary<string, object> config = null)
public virtual bool Move(BHoMAdapter to, IRequest request, Dictionary<string, object> config = null)
{
string tag = "";
if (request is FilterRequest)
Expand Down

0 comments on commit 3d74fac

Please sign in to comment.