WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/05-elbows/XhsProjectSimulationElbowsMatchingListCtrl.cs
@@ -36,7 +36,7 @@ var resultList = new List<ElbowsMatchingViewModel>(); foreach (var item in inputs) { var result = AssetsMatchingHelper.MatchingElbows(item, alllist); var result = AssetsMatchingHelper.MatchingElbow(item, alllist); if (result != null) { resultList.Add(result);