]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Comment out static functions that are currently unused but may be at one point.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 18 Sep 2010 10:47:22 +0000 (10:47 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 18 Sep 2010 10:47:22 +0000 (10:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@22035 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 6b5f62866f41b5084e7323eef46a68e99e6ad754..e87e0155a20d5de81e0ac98e87c15903882bccb1 100644 (file)
@@ -1912,40 +1912,42 @@ namespace internal
     }
 
 
-    static
-    void
-    make_hp_hanging_node_constraints (const dealii::MGDoFHandler<1,2> &,
-                                     ConstraintMatrix    &)
-    {
-                                      // nothing to do for regular
-                                      // dof handlers in 1d
-    }
-
-
-
-    static
-    void
-    make_oldstyle_hanging_node_constraints (const dealii::MGDoFHandler<1,2> &,
-                                           ConstraintMatrix    &,
-                                           dealii::internal::int2type<1>)
-    {
-                                      // nothing to do for regular
-                                      // dof handlers in 1d
-    }
-
-
-    static
-    void
-    make_oldstyle_hanging_node_constraints (const dealii::hp::DoFHandler<1,2> &/*dof_handler*/,
-                                           ConstraintMatrix        &/*constraints*/,
-                                           dealii::internal::int2type<1>)
-    {
-                                      // we may have to compute
-                                      // constraints for
-                                      // vertices. gotta think about
-                                      // that a bit more
-//TODO[WB]: think about what to do here...
-    }
+//   currently not used but may be in the future:
+  
+//     static
+//     void
+//     make_hp_hanging_node_constraints (const dealii::MGDoFHandler<1,2> &,
+//                                   ConstraintMatrix    &)
+//     {
+//                                    // nothing to do for regular
+//                                    // dof handlers in 1d
+//     }
+
+
+
+//     static
+//     void
+//     make_oldstyle_hanging_node_constraints (const dealii::MGDoFHandler<1,2> &,
+//                                         ConstraintMatrix    &,
+//                                         dealii::internal::int2type<1>)
+//     {
+//                                    // nothing to do for regular
+//                                    // dof handlers in 1d
+//     }
+
+
+//     static
+//     void
+//     make_oldstyle_hanging_node_constraints (const dealii::hp::DoFHandler<1,2> &/*dof_handler*/,
+//                                         ConstraintMatrix        &/*constraints*/,
+//                                         dealii::internal::int2type<1>)
+//     {
+//                                    // we may have to compute
+//                                    // constraints for
+//                                    // vertices. gotta think about
+//                                    // that a bit more
+// //TODO[WB]: think about what to do here...
+//     }
 #endif
 
 

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.