From: wolf
Date: Fri, 7 May 1999 20:52:18 +0000 (+0000)
Subject: Fix typos.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51961bc80fd7e8edd1f8ff2783e6c874d247dffa;p=dealii-svn.git
Fix typos.
git-svn-id: https://svn.dealii.org/trunk@1301 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html b/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html
index 2f3108b1a5..bf2844cefc 100644
--- a/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html
+++ b/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html
@@ -86,7 +86,7 @@ Now we have to solve
- Ax = f
+ Au = f
with the constraint, that there is a y
satisfying
@@ -107,7 +107,7 @@ or, taking
It is not possible to generate ~A
directly, but
w can generate A
and condense it to ~A
using the constraints, solve the system and obtain u
by
-u=Cf
.
+u=Cy
.