Skip to content

Commit 9887b53

Browse files
author
Guillaume Caron
committed
Merge branch 'libPeR_base' of https://github.com/PerceptionRobotique/libPeR into main
2 parents da7dc36 + 606051d commit 9887b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/prOmni.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bool prOmni::projectImageSphere(prPointFeature & P, double & Xs, double & Ys, do
6060
Ys = fact * y;
6161
Zs = fact - xi;
6262

63-
return 0;
63+
return true;
6464
}
6565

6666
prOmni& prOmni::operator=(const prOmni& cam)

0 commit comments

Comments
 (0)