]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix compiler error created by astyle
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Nov 2012 23:39:07 +0000 (23:39 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Nov 2012 23:39:07 +0000 (23:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@27645 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/dofs/dof_accessor.h
deal.II/include/deal.II/grid/tria_accessor.h
deal.II/include/deal.II/multigrid/mg_dof_accessor.h

index a0fd1a8c2c14cf947b6edac5f19b71af6dec58ab..e07cde43abce457640977e1ca17436aa6f9ca451 100644 (file)
@@ -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
index 74335ec855405c14edd0be00da9ee35dd836fae8..e3f95e08081bc2282a66e69b50206c4baec8c770 100644 (file)
@@ -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);
index 6a1f7bcb7b578cc8e3500646f5f6e217d863abb2..aa298e3fb774666a07b308500f7a65a190ccbe81 100644 (file)
@@ -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

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.