From 0d452b7cbd18123bb8a364a814799fac2c8a9f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 12 Nov 2024 14:52:52 +0100 Subject: [PATCH] Remove extra parenthesis --- Circular_kernel_3/doc/Circular_kernel_3/Circular_kernel_3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Circular_kernel_3.txt b/Circular_kernel_3/doc/Circular_kernel_3/Circular_kernel_3.txt index 937d438332f..5f5ca1dc107 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Circular_kernel_3.txt +++ b/Circular_kernel_3/doc/Circular_kernel_3/Circular_kernel_3.txt @@ -24,7 +24,7 @@ for which we refer the user to the \ref chapterkernel23 "2D and 3D Linear Kernel \section sectionSKobjects Spherical Kernel Objects New main geometric objects are introduced by `Spherical_kernel_3`: -circular arcs ((model of `SphericalKernel::CircularArc_3`), points +circular arcs (model of `SphericalKernel::CircularArc_3`), points of circular arcs (model of `SphericalKernel::CircularArcPoint_3`), and line segments (model of `SphericalKernel::LineArc_3`) whose endpoints are points of this new type.