]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix more link requests
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 13 Apr 2020 00:06:36 +0000 (20:06 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Fri, 17 Apr 2020 16:21:13 +0000 (12:21 -0400)
include/deal.II/lac/vector_memory.h
source/base/data_out_base.cc

index eabcada2524f5e5a21245cacaca3cee70a192504..2922854419728a44a5b0bca1fd183d4200ffc14a 100644 (file)
@@ -222,7 +222,7 @@ public:
     Pointer(VectorMemory<VectorType> &mem);
 
     /**
-     * Destructor, automatically releasing the vector from the memory #pool.
+     * Destructor, automatically releasing the vector from the memory pool.
      */
     ~Pointer() = default;
   };
index 05b52d9d56b61ef3d9ed2daf19c3cefe08e8cae8..6bd928eeb52a342cd5216efe28d73e8adba13640 100644 (file)
@@ -235,6 +235,14 @@ namespace DataOutBase
       operator<(const EpsCell2d &) const;
     };
 
+    bool
+    EpsCell2d::operator<(const EpsCell2d &e) const
+    {
+      // note the "wrong" order in which we sort the elements
+      return depth > e.depth;
+    }
+
+
 
     /**
      * This is a helper function for the write_gmv() function. There, the data
@@ -2125,15 +2133,6 @@ namespace DataOutBase
 
 
 
-  bool
-  EpsCell2d::operator<(const EpsCell2d &e) const
-  {
-    // note the "wrong" order in which we sort the elements
-    return depth > e.depth;
-  }
-
-
-
   void
   EpsFlags::declare_parameters(ParameterHandler &prm)
   {

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.