From 40d5c89be7d2b46654793a1d0f1e37a72d4bf361 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 18 Sep 2024 17:05:24 -0600 Subject: [PATCH] Fix a latex problem I just introduced :-( --- 9.6/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.6/paper.tex b/9.6/paper.tex index db6f7b1..5f1d7eb 100644 --- a/9.6/paper.tex +++ b/9.6/paper.tex @@ -309,7 +309,7 @@ which we briefly outline in the remainder of this section: above). This piecemeal approach is cumbersome and prevents the library from performing certain error checking steps because a constraint is not known to be completely built at any given point. The new - \textt{add\_constraint()} function now allows defining a + \texttt{add\_constraint()} function now allows defining a constraint in one step. \item \dealii{} internally needs to keep track of the relative orientations of the coordinate systems associated with neighboring -- 2.39.5