This commit is contained in:
Andreas Fabri 2015-04-10 09:04:06 +02:00
parent ff460d5f42
commit 4a0f1e7926
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ shape. The implementation follows \cgalCite{Schnabel07}.
`boost:RandomAccessRange` concept. The range of input points need to stay valid
until the detection has been performed and no longer access to the
results is required. The data in the input range is reordered during
`detect()` and `build_octrees()`. `clear()` is first called by this function.
`detect()` and `build_octrees()`. The function `clear()` is first called by this function.
*/
void set_input_data(
///< Range of input data points.