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. """