From 0ab8ccf606dc08a5ac68eddee66332a265fce7b3 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 8 Jan 2025 14:25:55 +0000 Subject: [PATCH] Document requirement of FT --- .../doc/Frechet_distance/Concepts/FrechetDistanceTraits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frechet_distance/doc/Frechet_distance/Concepts/FrechetDistanceTraits.h b/Frechet_distance/doc/Frechet_distance/Concepts/FrechetDistanceTraits.h index 111a0890889..4724f6e4846 100644 --- a/Frechet_distance/doc/Frechet_distance/Concepts/FrechetDistanceTraits.h +++ b/Frechet_distance/doc/Frechet_distance/Concepts/FrechetDistanceTraits.h @@ -30,7 +30,7 @@ Point type. using Point_d = unspecified_type; /*! -The number type of the %Cartesian coordinates of type `Point_d`. +The number type of the %Cartesian coordinates of type `Point_d`. It must be a model of `FieldNumberType`. For a given `FT n`, `to_interval(n)` must be a valid expression and it must return an interval containing `n`, represented by a `std::pair`. */