]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove warning (error is deeper in recursion).
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 3 Oct 2013 16:20:29 +0000 (16:20 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 3 Oct 2013 16:20:29 +0000 (16:20 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@31092 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/constraint_matrix.templates.h

index ffcea009a9ceedb58d569640719d1b8d94318361..1409455c7b478fba90a60b54492973debdf824fe 100644 (file)
@@ -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); 
 }
 
 

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.