]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix order of arguments.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Mar 2004 23:31:12 +0000 (23:31 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Mar 2004 23:31:12 +0000 (23:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@8757 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/metis_01.cc

index 24f4ca1f3d26a23e523397979f8c70a01ca183b0..f115a7fe1b082ca5f078e9ad09890b6a138db9a2 100644 (file)
@@ -44,7 +44,7 @@ void test ()
                                    // more than 8 subdomains) rather than the
                                    // recursive one
   deallog << "K-WAY" << std::endl;
-  GridTools::partition_triangulation (triangulation, 9);
+  GridTools::partition_triangulation (9, triangulation);
   for (typename Triangulation<dim>::active_cell_iterator
          cell = triangulation.begin_active();
        cell != triangulation.end(); ++cell)

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.