From c9dad10ced709e4ddb65cd8e2ea13883b9d01a63 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Thu, 18 Dec 2003 08:30:21 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@8270 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-12/step-12.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-12/step-12.cc b/deal.II/examples/step-12/step-12.cc index 20c6f5fe0e..7d7733f9b3 100644 --- a/deal.II/examples/step-12/step-12.cc +++ b/deal.II/examples/step-12/step-12.cc @@ -1410,7 +1410,7 @@ void DGMethod::assemble_system2 () // correction. This, in combination // with a block SSOR preconditioner, // that uses the special block matrix - // structur of system matrices + // structure of system matrices // arising from DG // discretizations. The size of these // blocks are the number of DoFs per @@ -1435,7 +1435,7 @@ void DGMethod::solve (Vector &solution) // preconditioner, PreconditionBlockSSOR > preconditioner; - // we asigned the matrix to it and + // we assigned the matrix to it and // set the right block size. preconditioner.initialize(system_matrix, fe.dofs_per_cell); -- 2.39.5