Specifically, address these: http://cdash.kyomu.43-1.org/testDetails.php?test=
15565167&build=9452
// ---------------------------------------------------------------------
//
-// Copyright (C) 2001 - 2014 by the deal.II authors
+// Copyright (C) 2001 - 2015 by the deal.II authors
//
// This file is part of the deal.II library.
//
#include <deal.II/lac/pointer_matrix.h>
#include <deal.II/lac/vector_memory.h>
+#include <deal.II/lac/block_vector.h>
#include <vector>
#include <map>
*
* @relates PointerMatrixBase @relates PointerMatrix
*/
-template <typename numberv, typename numberm, typename BLOCK_VECTOR=BlockVector<numberv> >
+template <typename numberv, typename numberm, typename BLOCK_VECTOR>
PointerMatrixBase<BLOCK_VECTOR> *
new_pointer_matrix_base(const BlockMatrixArray<numberm,BLOCK_VECTOR> &matrix, const BLOCK_VECTOR &, const char *name = "PointerMatrix")
{
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