From d4062c9deebba57c009430ddf02f3b0725007fd9 Mon Sep 17 00:00:00 2001 From: Mikhail Kiselyov Date: Sat, 23 Mar 2024 17:14:17 +0300 Subject: [PATCH] fix comment --- octreelib/ransac/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octreelib/ransac/util.py b/octreelib/ransac/util.py index 6162dd5..6d07749 100644 --- a/octreelib/ransac/util.py +++ b/octreelib/ransac/util.py @@ -1,6 +1,6 @@ """ These functions are auxiliary functions for the RANSAC algorithm. -They cannot be defined inside the RANSAC class because +They cannot be defined inside the `CudaRansac` class because `CudaRansac.__ransac_kernel` would not be able to access them. """