]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
better way to fix indentation problem
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Nov 2012 23:57:21 +0000 (23:57 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Nov 2012 23:57:21 +0000 (23:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@27646 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 e07cde43abce457640977e1ca17436aa6f9ca451..d587001c982944b68be0b901ef2be709d12426b4 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> *dof_handler = 0);
 
   /**
    * Conversion constructor. This
index e3f95e08081bc2282a66e69b50206c4baec8c770..2c565fb292cd1011286317f6072d8e93de77b658 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> *tria = 0,
                 const int = 0,
                 const int = 0,
                 const AccessorData * = 0);
index aa298e3fb774666a07b308500f7a65a190ccbe81..80454911aa5769a1afd6f5ef0f4104e631c8dfc1 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> *tria = 0,
                  const int = 0,
                  const int = 0,
-                 const MGDoFHandler<1,spacedim> * = 0);
+                 const MGDoFHandler<1,spacedim> *dof_handler = 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.