]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Apply suggestions from code review 8278/head
authorReza Rastak <rezarastak@users.noreply.github.com>
Tue, 28 May 2019 20:43:43 +0000 (13:43 -0700)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 20:43:43 +0000 (13:43 -0700)
Small fixes from PR review

Co-Authored-By: Daniel Arndt <arndtd@ornl.gov>
doc/news/changes/minor/20190524RezaRastak
include/deal.II/base/table.h
tests/lac/matrices_pack_unpack.cc

index e3ab0d5e972e225d5364b344479f843d85b84677..611d689a2cedae57859bb1561ddcc843cdabc1fa 100644 (file)
@@ -1,3 +1,4 @@
-Fix: FullMatrix can now be packed into std::vector and unpacked from it using std::copy and the begin() and end() iterators
+Fixed: FullMatrix can now be packed into std::vector and unpacked from it using
+std::copy and the begin() and end() iterators.
 <br>
 (Reza Rastak, 2019/05/24)
index 6c5fcfea331ce92e0e5304b765deeb0756f32226..b2c794b91da6911c921c98eb557170ecb4860556 100644 (file)
@@ -919,7 +919,7 @@ namespace MatrixTableIterators
     value() const;
 
     /**
-     * Conversion operator that returns a constant reference to the element
+     * Conversion operator that returns a constant reference to the element.
      */
     operator const value_type &() const;
 
@@ -1049,7 +1049,7 @@ namespace MatrixTableIterators
     value() const;
 
     /**
-     * Conversion operator that returns a reference to the element
+     * Conversion operator that returns a reference to the element.
      */
     operator value_type &();
   };
index a0a7e81af6e891ec186dbb30cfd63e3ef4184f05..bb2f4e9819e5b8aac13506ce5add16d7ebe490c2 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2005 - 2018 by the deal.II authors
+// Copyright (C) 2019 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -41,4 +41,4 @@ main()
   A.print(deallog);
 
   return 0;
-}
\ No newline at end of file
+}

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.