]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a typo.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 4 Nov 2009 22:15:50 +0000 (22:15 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 4 Nov 2009 22:15:50 +0000 (22:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@20024 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/compressed_simple_sparsity_pattern.h

index d588f72f7be49eea30bbe67081c0a30fedb95784..494f46c87c9ae39e94d80f0e5f4a58f0e85a4d6a 100644 (file)
@@ -41,8 +41,8 @@ template <typename number> class SparseMatrix;
  * times can only be achieved at the expense of either increased
  * memory or run time consumption upon use. The main purpose of this
  * class is to avoid some memory bottlenecks, so we chose to implement
- * it memory conservative, but the chosen data format is too unsuited
- * to be used for actual matrices. It is therefore necessary to first
+ * it memory conservative. The chosen data format is too unsuited
+ * to be used for actual matrices, though. It is therefore necessary to first
  * copy the data of this object over to an object of type
  * SparsityPattern before using it in actual matrices.
  *
@@ -106,7 +106,7 @@ class CompressedSimpleSparsityPattern : public Subscriptor
                                      * involuntary copies of objects for
                                      * temporaries, which can use large
                                      * amounts of computing time.  However,
-                                     * copy constructors are needed if yo
+                                     * copy constructors are needed if you
                                      * want to use the STL data types on
                                      * classes like this, e.g. to write such
                                      * statements like <tt>v.push_back
@@ -194,7 +194,7 @@ class CompressedSimpleSparsityPattern : public Subscriptor
                                      * happens.
                                      */
     template <typename ForwardIterator>
-    void add_entries (const unsigned int row, 
+    void add_entries (const unsigned int row,
                      ForwardIterator    begin,
                      ForwardIterator    end,
                      const bool         indices_are_unique_and_sorted = false);

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.