]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix exception macro call.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 15 May 2002 15:22:36 +0000 (15:22 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 15 May 2002 15:22:36 +0000 (15:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@5836 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_out.cc

index 0838dd1cd3f9a909f76084e9b482f3501cfbfb4b..69ae8c3c36b9d47cd6f72028fcd7f9c38d8cbffe 100644 (file)
@@ -125,8 +125,9 @@ add_data_vector (const VECTOR                   &vec,
                                   // vectors
   Assert ((vec.size() == dofs->get_tria().n_active_cells()) ||
          (vec.size() == dofs->n_dofs()),
-         ExcInvalidVectorSize(vec.size(), dofs->get_tria().n_active_cells(),
-                              dofs->n_dofs()));
+         ExcInvalidVectorSize(vec.size(),
+                              dofs->n_dofs(),
+                              dofs->get_tria().n_active_cells()));
   
                                   // either cell data and one name,
                                   // or dof data and n_components names

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.