]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
update test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 27 Sep 2013 12:43:41 +0000 (12:43 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 27 Sep 2013 12:43:41 +0000 (12:43 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30976 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/constraint_matrix_crash_01.cc

index 74f4a764efdfbffe46ac446ff200cf8541de031a..42627d3af361f6e05c1e98d82b77c1e258339377 100644 (file)
@@ -16,7 +16,7 @@
 
 
 
-// ConstraintMatrix::add_line crashes in release mode
+// ConstraintMatrix::add_line crashes in release mode (missing compress inside ConstraintMatrix)
 
 #include "../tests.h"
 #include <deal.II/base/logstream.h>
@@ -34,9 +34,9 @@ void test ()
   unsigned int numproc = Utilities::MPI::n_mpi_processes (MPI_COMM_WORLD);
 
   IndexSet local_active_together(3);
-  local_active_together.add_range(0,1);
-  local_active_together.add_range(1,3);
-
+  local_active_together.add_range(0,3);
+  //local_active_together.compress();
+  
   ConstraintMatrix cm(local_active_together);
   cm.add_line(1);
   cm.close();

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.