Small fixes from PR review
Co-Authored-By: Daniel Arndt <arndtd@ornl.gov>
-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)
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;
value() const;
/**
- * Conversion operator that returns a reference to the element
+ * Conversion operator that returns a reference to the element.
*/
operator value_type &();
};
// ---------------------------------------------------------------------
//
-// 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.
//
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