]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typos.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 Dec 2003 08:30:21 +0000 (08:30 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 Dec 2003 08:30:21 +0000 (08:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@8270 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-12/step-12.cc

index 20c6f5fe0eb14fec5b6021b856c72db45f8ced4d..7d7733f9b38da442ad255f690b6823c5700ffb42 100644 (file)
@@ -1410,7 +1410,7 @@ void DGMethod<dim>::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<dim>::solve (Vector<double> &solution)
                                   // preconditioner,
   PreconditionBlockSSOR<SparseMatrix<double> > 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);
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.