You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argOrientation = &programArgs.add( "cyl-orientation", "Which direction to orient the cylinder/normal vector used for comparison between the two point clouds. (up, origin, none)", cylOrientation, "up");
42
43
}
43
44
44
-
boolComparePointClouds::checkArgs() {
45
+
boolComparePointClouds::checkArgs()
46
+
{
45
47
46
48
if (ends_with(inputFile, ".vpc")) {
47
49
std::cerr << "input cannot be a VPC file" << std::endl;
0 commit comments