]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a couple typos.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Nov 2011 18:10:21 +0000 (18:10 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Nov 2011 18:10:21 +0000 (18:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@24718 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/constraint_matrix.h

index 1e8aeedb3b89b55f7532cac849878ae5d0fbb33e..00869eaf6c91707275e0134ac41392f2f22213f7 100644 (file)
@@ -654,7 +654,7 @@ class ConstraintMatrix : public Subscriptor
                                      * This function does much the same as
                                      * the above one, except that it
                                      * condenses the matrix struct
-                                     * 'in-place'. It does not removes
+                                     * 'in-place'. It does not remove
                                      * nonzero entries from the matrix but
                                      * adds those needed for the process of
                                      * distribution of the constrained
@@ -1204,7 +1204,7 @@ class ConstraintMatrix : public Subscriptor
                                     /**
                                      * Do a similar operation as the
                                      * distribute_local_to_global() function
-                                     * that distributed writing entries into
+                                     * that distributes writing entries into
                                      * a matrix for constrained degrees of
                                      * freedom, except that here we don't
                                      * write into a matrix but only allocate
@@ -1868,7 +1868,7 @@ ConstraintMatrix::set_inhomogeneity (const unsigned int line,
 {
   const unsigned int line_index = calculate_line_index(line);
   Assert( line_index < lines_cache.size() &&
-      lines_cache[line_index] != numbers::invalid_unsigned_int, 
+      lines_cache[line_index] != numbers::invalid_unsigned_int,
       ExcMessage("call add_line() before calling set_inhomogeneity()"));
   Assert(lines_cache[line_index] < lines.size(), ExcInternalError());
   ConstraintLine* line_ptr = &lines[lines_cache[line_index]];

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.