From: heister Date: Tue, 20 Nov 2012 23:39:07 +0000 (+0000) Subject: fix compiler error created by astyle X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54f5d3748a848bbaa94e41fea75e09a68bd9e84c;p=dealii-svn.git fix compiler error created by astyle git-svn-id: https://svn.dealii.org/trunk@27645 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/dof_accessor.h b/deal.II/include/deal.II/dofs/dof_accessor.h index a0fd1a8c2c..e07cde43ab 100644 --- a/deal.II/include/deal.II/dofs/dof_accessor.h +++ b/deal.II/include/deal.II/dofs/dof_accessor.h @@ -893,7 +893,7 @@ public: DoFAccessor (const Triangulation<1,spacedim> *, const int = 0, const int = 0, - const DH<1,spacedim> *= 0); + const DH<1,spacedim> * = 0); /** * Conversion constructor. This diff --git a/deal.II/include/deal.II/grid/tria_accessor.h b/deal.II/include/deal.II/grid/tria_accessor.h index 74335ec855..e3f95e0808 100644 --- a/deal.II/include/deal.II/grid/tria_accessor.h +++ b/deal.II/include/deal.II/grid/tria_accessor.h @@ -1743,7 +1743,7 @@ public: * do anything useful here and so * may not actually be called. */ - TriaAccessor (const Triangulation<1,spacedim> *= 0, + TriaAccessor (const Triangulation<1,spacedim> * = 0, const int = 0, const int = 0, const AccessorData * = 0); diff --git a/deal.II/include/deal.II/multigrid/mg_dof_accessor.h b/deal.II/include/deal.II/multigrid/mg_dof_accessor.h index 6a1f7bcb7b..aa298e3fb7 100644 --- a/deal.II/include/deal.II/multigrid/mg_dof_accessor.h +++ b/deal.II/include/deal.II/multigrid/mg_dof_accessor.h @@ -523,10 +523,10 @@ public: * do anything useful here and so * may not actually be called. */ - MGDoFAccessor (const Triangulation<1,spacedim> *= 0, + MGDoFAccessor (const Triangulation<1,spacedim> * = 0, const int = 0, const int = 0, - const MGDoFHandler<1,spacedim> *= 0); + const MGDoFHandler<1,spacedim> * = 0); /** * Conversion constructor. This