From fb55bb0b60947c1fd4fbfd98faa4a7e2cc91392c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 17 Jun 2015 12:30:03 -0500 Subject: [PATCH] Adjust scalar type of a local matrix to match that of the global one. --- tests/matrix_free/step-37.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/matrix_free/step-37.cc b/tests/matrix_free/step-37.cc index b208e6bf4d..151a8ee3f7 100644 --- a/tests/matrix_free/step-37.cc +++ b/tests/matrix_free/step-37.cc @@ -505,7 +505,7 @@ namespace Step37 std::vector local_dof_indices (dofs_per_cell); const Coefficient coefficient; std::vector coefficient_values (n_q_points); - FullMatrix local_matrix (dofs_per_cell, dofs_per_cell); + FullMatrix local_matrix (dofs_per_cell, dofs_per_cell); Vector local_diagonal (dofs_per_cell); const unsigned int n_levels = triangulation.n_levels(); -- 2.39.5