From 5d21a3b05525d117efd6521518d159c612ecfa0d Mon Sep 17 00:00:00 2001 From: young Date: Thu, 3 Oct 2013 16:20:29 +0000 Subject: [PATCH] Remove warning (error is deeper in recursion). git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@31092 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/deal.II/lac/constraint_matrix.templates.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/deal.II/include/deal.II/lac/constraint_matrix.templates.h b/deal.II/include/deal.II/lac/constraint_matrix.templates.h index ffcea009a9..1409455c7b 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.templates.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.templates.h @@ -2603,13 +2603,9 @@ ConstraintMatrix::distribute_local_to_global ( } } -/* @whattodo */ - /* internals::set_matrix_diagonals (global_rows, local_dof_indices, */ - /* local_matrix, *this, */ - /* global_matrix, global_vector, use_inhomogeneities_for_rhs); */ - Assert ((false), - ExcMessage ("Your PETSc/SLEPc installation was configured with scalar-type complex " - "but this function is not defined for complex types.")); + internals::set_matrix_diagonals (global_rows, local_dof_indices, + local_matrix, *this, + global_matrix, global_vector, use_inhomogeneities_for_rhs); } -- 2.39.5