]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
missing typename's added
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Aug 2005 09:23:03 +0000 (09:23 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Aug 2005 09:23:03 +0000 (09:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@11316 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_tools.cc

index 92fb934be2d026641e5f919188d94b64a60c3ab6..56b511127c755914dca379f069c66465e2d021ae 100644 (file)
@@ -93,7 +93,7 @@ DoFTools::compute_row_length_vector(
   const Table<2,Coupling>& flux_couplings)
 {
   const FiniteElement<dim>& fe = dofs.get_fe();
-  Assert (fe.is_primitive(), FiniteElementBase<dim>::ExcFENotPrimitive());
+  Assert (fe.is_primitive(), typename FiniteElementBase<dim>::ExcFENotPrimitive());
   Assert (row_lengths.size() == dofs.n_dofs(),
          ExcDimensionMismatch(row_lengths.size(), dofs.n_dofs()));
   Assert (couplings.n_rows()==fe.n_components(),
@@ -330,7 +330,7 @@ DoFTools::compute_row_length_vector(
   const Table<2,Coupling>& flux_couplings)
 {
   const FiniteElement<dim>& fe = dofs.get_fe();
-  Assert (fe.is_primitive(), FiniteElementBase<dim>::ExcFENotPrimitive());
+  Assert (fe.is_primitive(), typename FiniteElementBase<dim>::ExcFENotPrimitive());
   Assert (row_lengths.size() == dofs.n_dofs(),
          ExcDimensionMismatch(row_lengths.size(), dofs.n_dofs()));
   Assert (couplings.n_rows()==fe.n_components(),

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.