From e5cc1e370ba371c6266e24bcb38b7e90fd6eda0a Mon Sep 17 00:00:00 2001 From: dehann Date: Sun, 13 Nov 2022 21:57:10 -0800 Subject: [PATCH] rm excess parameter T warn --- src/images/ScatterAlignPose2.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/images/ScatterAlignPose2.jl b/src/images/ScatterAlignPose2.jl index a31359c72..97e6261a4 100644 --- a/src/images/ScatterAlignPose2.jl +++ b/src/images/ScatterAlignPose2.jl @@ -149,7 +149,7 @@ function ScatterAlignPose2(; dataEntry_cloud1="", dataEntry_cloud2="", dataStoreHint="" - ) where {T} + ) # sa = ScatterAlign{Pose2,typeof(cloud1),typeof(cloud2)}(; @@ -176,7 +176,7 @@ function ScatterAlignPose3(; dataEntry_cloud1="", dataEntry_cloud2="", dataStoreHint="" - ) where {T} + ) # sa = ScatterAlign{Pose3,typeof(cloud1),typeof(cloud2)}(;