]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around a parser problem in gcc2.95
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 31 May 2003 19:47:11 +0000 (19:47 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 31 May 2003 19:47:11 +0000 (19:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@7701 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_transfer.templates.h

index 4ccef48923838223d42fb04bebc07b74885f35ab..56c1bd0665d5220fbc4b58b6dbb449b45f19584f 100644 (file)
@@ -38,7 +38,7 @@ MGTransferPrebuilt<number>::copy_to_mg (const MGDoFHandler<dim>        &mg_dof_h
 {
                                   // forward to the correct
                                   // specialization
-  copy_to_mg (mg_dof_handler, dst, src, is_1d<dim==1>());
+  copy_to_mg (mg_dof_handler, dst, src, is_1d<(dim==1)>());
 }
 
 
@@ -266,7 +266,7 @@ copy_to_mg (const MGDoFHandler<dim>        &mg_dof_handler,
 {
                                   // forward to the correct
                                   // specialization
-  copy_to_mg (mg_dof_handler, dst, src, is_1d<dim==1>());
+  copy_to_mg (mg_dof_handler, dst, src, is_1d<(dim==1)>());
 }
 
 
@@ -536,7 +536,7 @@ copy_to_mg (const MGDoFHandler<dim>             &mg_dof_handler,
 {
                                   // forward to the correct
                                   // specialization
-  copy_to_mg (mg_dof_handler, dst, src, is_1d<dim==1>());
+  copy_to_mg (mg_dof_handler, dst, src, is_1d<(dim==1)>());
 }
 
 

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.