提交 5c1ae17f 编写于 作者: J Jochen Sprickerhof

Merge pull request #546 from VictorLamoine/typo_fixes

Fix typo to match standard PCL_ERROR message
......@@ -80,13 +80,13 @@ pcl::planeWithPlaneIntersection (const Eigen::Vector4f &plane_a,
if ((test_cosine < upper_limit) && (test_cosine > lower_limit))
{
PCL_ERROR ("Plane A and Plane B are Parallel");
PCL_ERROR ("Plane A and Plane B are parallel\n");
return (false);
}
if ((test_cosine > -upper_limit) && (test_cosine < -lower_limit))
{
PCL_ERROR ("Plane A and Plane B are Parallel");
PCL_ERROR ("Plane A and Plane B are parallel\n");
return (false);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册