]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update tests to not use '<>' unnecessarily.
authorDavid Wells <wellsd2@rpi.edu>
Mon, 7 Dec 2015 00:33:04 +0000 (19:33 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Mon, 7 Dec 2015 01:37:39 +0000 (20:37 -0500)
tests/mpi/distribute_sp_01.cc
tests/mpi/distribute_sp_02.cc

index d2204f4b28067b881d5833fef7f4fda27959f05f..f69a8034aafcceff56061c49c0e14f45fcd528be 100644 (file)
@@ -57,10 +57,10 @@ void test_mpi()
   for (unsigned int i=0; i<n; ++i)
     csp.add(i, myid);
 
-  SparsityTools::distribute_sparsity_pattern<>(csp,
-                                               rows_per_cpu,
-                                               MPI_COMM_WORLD,
-                                               locally_rel);
+  SparsityTools::distribute_sparsity_pattern(csp,
+                                             rows_per_cpu,
+                                             MPI_COMM_WORLD,
+                                             locally_rel);
   /*  {
       std::ofstream f((std::string("after")+Utilities::int_to_string(myid)).c_str());
       csp.print(f);
index 407a12d5918979ef1ac33012c1fcfb4f8a87a899..9206ccc2edc4bcde61e935cece341f035e6913be 100644 (file)
@@ -66,10 +66,10 @@ void test_mpi()
       deallog << "size: " << csp.n_rows() << "x" << csp.n_cols() << std::endl;
     }
 
-  SparsityTools::distribute_sparsity_pattern<>(csp,
-                                               locally_owned_dofs_per_cpu,
-                                               MPI_COMM_WORLD,
-                                               locally_rel);
+  SparsityTools::distribute_sparsity_pattern(csp,
+                                             locally_owned_dofs_per_cpu,
+                                             MPI_COMM_WORLD,
+                                             locally_rel);
   /*  {
       std::ofstream f((std::string("after")+Utilities::int_to_string(myid)).c_str());
       csp.print(f);
@@ -115,10 +115,10 @@ void test_mpi()
     locally_owned_dofs_per_cpu2[i].add_range((i)*num_local, (i+1)*num_local);
 
 
-  SparsityTools::distribute_sparsity_pattern<>(csp,
-                                               locally_owned_dofs_per_cpu2,
-                                               MPI_COMM_WORLD,
-                                               locally_rel);
+  SparsityTools::distribute_sparsity_pattern(csp,
+                                             locally_owned_dofs_per_cpu2,
+                                             MPI_COMM_WORLD,
+                                             locally_rel);
 
   if (myid==0)
     {

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.