From feecc510b5e6b4b5666368ab2a85a777e12a9d8a Mon Sep 17 00:00:00 2001 From: luz paz Date: Mon, 1 Aug 2022 12:03:12 -0400 Subject: [PATCH] Revert fix in previous commit per request --- include/deal.II/opencascade/utilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/opencascade/utilities.h b/include/deal.II/opencascade/utilities.h index f651081bab..6701c4cdbc 100644 --- a/include/deal.II/opencascade/utilities.h +++ b/include/deal.II/opencascade/utilities.h @@ -142,7 +142,7 @@ namespace OpenCASCADE * mesh it automatically. We remark that the automatic mesh generation in * OpenCASCADE takes care only of the geometrical resemblance between the * shape and the mesh, to control the shape and regularity of the triangles - * you should use other meshing software. The two arguments `deflection` and + * you should use other meshing softwares. The two arguments `deflection` and * `angular_deflection` select the accuracy of the created triangulation with * respect to the original topological shape. The argument * `sew_different_faces` gives the possibility to use a Sewer from OpenCASCADE -- 2.39.5