Skip to content

Commit 5a8d9d9

Browse files
committed
FIX: minors
1 parent 5489ce1 commit 5a8d9d9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/diffCheck/registrations/DFGlobalRegistrations.hh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ namespace diffCheck::registrations
7777
double ransacConfidenceThreshold = 0.999);
7878

7979
private: ///< o3d utilities to evaluate registration errors
80-
8180
/**
8281
* @brief Evaluate the registration of a source point cloud to a target point cloud by applying a transformation matrix
8382
* to the source point cloud and evaluate the error between the transformed source point cloud and the target point cloud.

src/diffCheck/transformation/DFTransformation.hh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ namespace diffCheck::transformation
2929
* @brief 3x1 Translation vector for point clouds
3030
*/
3131
Eigen::Vector3d TranslationVector;
32-
33-
};
32+
};
3433
}

0 commit comments

Comments
 (0)