File: fix_doc_comments.patch

package info (click to toggle)
fenics-basix 0.9.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,100 kB
  • sloc: cpp: 22,542; python: 10,184; makefile: 40; sh: 24
file content (13 lines) | stat: -rw-r--r-- 656 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: fenics-basix/cpp/basix/precompute.h
===================================================================
--- fenics-basix.orig/cpp/basix/precompute.h	2025-12-13 13:33:12.257070171 +0100
+++ fenics-basix/cpp/basix/precompute.h	2025-12-13 13:35:16.741995997 +0100
@@ -61,7 +61,7 @@
 /// 1, so the 1st entry of the output is 4.
 ///
 /// -# Next, we look at the 2nd entry. `P[2]` is 0. This is less than 2,
-/// so we look at `P[0]. `P[0]` is 1. This is less than 2, so we look at
+/// so we look at `P[0]`. `P[0]` is 1. This is less than 2, so we look at
 /// `P[1]`. `P[1]` is 4. This is greater than 2, so the 2nd entry of the
 /// output is 4.
 ///