]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
small fix.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Mar 2004 13:27:48 +0000 (13:27 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Mar 2004 13:27:48 +0000 (13:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@8697 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_dgq.cc

index f1286405567010692ef6fb28866f216a1b0e08f0..b5cc39fb39048ba3755fb9aea35e841f22a5f0fc 100644 (file)
@@ -582,7 +582,7 @@ get_interpolation_matrix (const FiniteElementBase<dim> &x_source_fe,
          ExcDimensionMismatch (interpolation_matrix.m(),
                                this->dofs_per_cell));
   Assert (interpolation_matrix.n() == source_fe.dofs_per_cell,
-         ExcDimensionMismatch (interpolation_matrix.m(),
+         ExcDimensionMismatch (interpolation_matrix.n(),
                                source_fe.dofs_per_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.