]> https://gitweb.dealii.org/ - dealii.git/commitdiff
reverting changes in bundled folder 13624/head
authorChaitanya Dev <cdev911@gmail.com>
Thu, 21 Apr 2022 05:20:59 +0000 (07:20 +0200)
committerChaitanya Dev <cdev911@gmail.com>
Thu, 21 Apr 2022 05:20:59 +0000 (07:20 +0200)
22 files changed:
bundled/boost-1.70.0/include/boost/archive/detail/polymorphic_iarchive_route.hpp
bundled/boost-1.70.0/include/boost/archive/detail/polymorphic_oarchive_route.hpp
bundled/boost-1.70.0/include/boost/config/compiler/cray.hpp
bundled/boost-1.70.0/include/boost/container/deque.hpp
bundled/boost-1.70.0/include/boost/container/stable_vector.hpp
bundled/boost-1.70.0/include/boost/container/vector.hpp
bundled/boost-1.70.0/include/boost/date_time/date.hpp
bundled/boost-1.70.0/include/boost/date_time/int_adapter.hpp
bundled/boost-1.70.0/include/boost/graph/labeled_graph.hpp
bundled/boost-1.70.0/include/boost/graph/planar_detail/boyer_myrvold_impl.hpp
bundled/boost-1.70.0/include/boost/graph/sloan_ordering.hpp
bundled/boost-1.70.0/include/boost/math/interpolators/detail/cubic_b_spline_detail.hpp
bundled/boost-1.70.0/include/boost/math/special_functions/sinc.hpp
bundled/boost-1.70.0/include/boost/math/special_functions/sinhc.hpp
bundled/boost-1.70.0/include/boost/numeric/odeint/integrate/detail/integrate_const.hpp
bundled/boost-1.70.0/include/boost/numeric/ublas/expression_types.hpp
bundled/boost-1.70.0/include/boost/serialization/config.hpp
bundled/boost-1.70.0/include/boost/serialization/singleton.hpp
bundled/boost-1.70.0/include/boost/type_traits/is_virtual_base_of.hpp
bundled/muparser_v2_3_3/src/muParserBase.cpp
bundled/umfpack/UMFPACK/Include/umfpack_numeric.h
bundled/umfpack/UMFPACK/Include/umfpack_triplet_to_col.h

index 1f6b1b406422c1453d39e99e22b5a11a9c337a8f..105685ebbd83d717514ec40186a3457cc9498a90 100644 (file)
@@ -50,7 +50,7 @@ class basic_pointer_iserializer;
 template<class ArchiveImplementation>
 class polymorphic_iarchive_route :
     public polymorphic_iarchive,
-    // note: gcc dynamic cross cast fails if the derivation below is
+    // note: gcc dynamic cross cast fails if the the derivation below is
     // not public.  I think this is a mistake.
     public /*protected*/ ArchiveImplementation
 {
@@ -190,7 +190,7 @@ public:
     }
     // register type function
     template<class T>
-    const basic_pointer_iserializer *
+    const basic_pointer_iserializer * 
     register_type(T * t = NULL){
         return ArchiveImplementation::register_type(t);
     }
index 21fa95103f63f02a4774694cfdd08f10a8a7f103..b23fd6bf39d0eed0e303d20e608ab429f3ade6f1 100644 (file)
@@ -50,7 +50,7 @@ class basic_pointer_oserializer;
 template<class ArchiveImplementation>
 class polymorphic_oarchive_route :
     public polymorphic_oarchive,
-    // note: gcc dynamic cross cast fails if the derivation below is
+    // note: gcc dynamic cross cast fails if the the derivation below is
     // not public.  I think this is a mistake.
     public /*protected*/ ArchiveImplementation
 {
@@ -181,7 +181,7 @@ public:
     }
     // register type function
     template<class T>
-    const basic_pointer_oserializer *
+    const basic_pointer_oserializer * 
     register_type(T * t = NULL){
         return ArchiveImplementation::register_type(t);
     }
index 9fad2fbe2734d854dc52f680a89ed142db108f5f..412ef9efa5aa19ca0a2b864f69d6b4e600512286 100644 (file)
@@ -78,7 +78,7 @@
 // Cray employee), the release patch level is reported as "x". This gives
 // versions that look like e.g. "8.6.x".
 //
-// To accomplish this, the Cray compiler preprocessor inserts:
+// To accomplish this, the the Cray compiler preprocessor inserts:
 //
 // #define _RELEASE_PATCHLEVEL x
 //
 #define BOOST_MATH_DISABLE_STD_FPCLASSIFY
 //#define BOOST_HAS_FPCLASSIFY
 
-#define BOOST_SP_USE_PTHREADS
-#define BOOST_AC_USE_PTHREADS
+#define BOOST_SP_USE_PTHREADS 
+#define BOOST_AC_USE_PTHREADS 
 
 //
 // Everything that follows is working around what are thought to be
 #undef BOOST_NO_SFINAE_EXPR
 #undef BOOST_NO_TWO_PHASE_NAME_LOOKUP
 #undef BOOST_MATH_DISABLE_STD_FPCLASSIFY
-#undef BOOST_SP_USE_PTHREADS
-#undef BOOST_AC_USE_PTHREADS
+#undef BOOST_SP_USE_PTHREADS 
+#undef BOOST_AC_USE_PTHREADS 
 
 #define BOOST_HAS_VARIADIC_TMPL
 #define BOOST_HAS_UNISTD_H
index a66dc808b7a32cd112e092533a1582406b831eb7..1fa3e5d5d4aba5a08a6903bc4814efb2c038fafb 100644 (file)
@@ -867,7 +867,7 @@ class deque : protected deque_base<typename real_allocator<T, Allocator>::type>
       this->assign(c_it(val, n), c_it());
    }
 
-   //! <b>Effects</b>: Assigns the range [first, last) to *this.
+   //! <b>Effects</b>: Assigns the the range [first, last) to *this.
    //!
    //! <b>Throws</b>: If memory allocation throws or
    //!   T's constructor from dereferencing InIt throws.
@@ -920,7 +920,7 @@ class deque : protected deque_base<typename real_allocator<T, Allocator>::type>
    #endif
 
 #if !defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST)
-   //! <b>Effects</b>: Assigns the range [il.begin(), il.end()) to *this.
+   //! <b>Effects</b>: Assigns the the range [il.begin(), il.end()) to *this.
    //!
    //! <b>Throws</b>: If memory allocation throws or
    //!   T's constructor from dereferencing std::initializer_list iterator throws.
index d4b37ca35411305bcbeb6f254877b195925e016e..92ef0f6a7f6917360bc78910ed54da3472dd1b72 100644 (file)
@@ -905,7 +905,7 @@ class stable_vector
       this->assign(cvalue_iterator(t, n), cvalue_iterator());
    }
 
-   //! <b>Effects</b>: Assigns the range [first, last) to *this.
+   //! <b>Effects</b>: Assigns the the range [first, last) to *this.
    //!
    //! <b>Throws</b>: If memory allocation throws or
    //!   T's constructor from dereferencing InpIt throws.
@@ -933,7 +933,7 @@ class stable_vector
    }
 
 #if !defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST)
-   //! <b>Effects</b>: Assigns the range [il.begin(), il.end()) to *this.
+   //! <b>Effects</b>: Assigns the the range [il.begin(), il.end()) to *this.
    //!
    //! <b>Throws</b>: If memory allocation throws or
    //!   T's constructor from dereferencing initializer_list iterator throws.
index f1b467afd5d5b928a66db4c435f29c57f6d418ad..010b599d6da81187e01fb7eba4378eecee652f41 100644 (file)
@@ -1214,7 +1214,7 @@ private:
 
    #endif
 
-   //! <b>Effects</b>: Assigns the range [first, last) to *this.
+   //! <b>Effects</b>: Assigns the the range [first, last) to *this.
    //!
    //! <b>Throws</b>: If memory allocation throws or T's copy/move constructor/assignment or
    //!   T's constructor/assignment from dereferencing InpIt throws.
@@ -1253,7 +1253,7 @@ private:
    }
 
    #if !defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST)
-   //! <b>Effects</b>: Assigns the range [il.begin(), il.end()) to *this.
+   //! <b>Effects</b>: Assigns the the range [il.begin(), il.end()) to *this.
    //!
    //! <b>Throws</b>: If memory allocation throws or
    //!   T's constructor from dereferencing iniializer_list iterator throws.
@@ -1264,7 +1264,7 @@ private:
    }
    #endif
 
-   //! <b>Effects</b>: Assigns the range [first, last) to *this.
+   //! <b>Effects</b>: Assigns the the range [first, last) to *this.
    //!
    //! <b>Throws</b>: If memory allocation throws or T's copy/move constructor/assignment or
    //!   T's constructor/assignment from dereferencing InpIt throws.
index 186c14a070fbe077fcb193d1a56921126fc19e4d..18333fd3ffede54686342697f8a3c19e722412d6 100644 (file)
@@ -31,7 +31,7 @@ namespace date_time {
     operations (add, subtract) and storage (minimize space to represent)
     in a concrete class.  Thus, the date uses a count internally to
     represent a particular date.  The calendar parameter defines
-    the policies for converting the year-month-day and internal
+    the policies for converting the the year-month-day and internal
     counted form here.  Applications that need to perform heavy
     formatting of the same date repeatedly will perform better
     by using the year-month-day representation.
index 81682b25841fd534e2ba34df0a748115e017a7b5..6ee7712fab28fadb64bb4a3f560fb15fd153a63f 100644 (file)
@@ -202,7 +202,7 @@ public:
 //   }
 
   /*! Operator allows for adding dissimilar int_adapter types.
-   * The return type will match that of the calling object's type */
+   * The return type will match that of the the calling object's type */
   template<class rhs_type>
   inline
   int_adapter operator+(const int_adapter<rhs_type>& rhs) const
@@ -251,7 +251,7 @@ public:
   }
   
   /*! Operator allows for subtracting dissimilar int_adapter types.
-   * The return type will match that of the calling object's type */
+   * The return type will match that of the the calling object's type */
   template<class rhs_type>
   inline
   int_adapter operator-(const int_adapter<rhs_type>& rhs)const
index a148fbb2764b9f0f986473be53339fe0e1ea5b79..59df0feb8fb863b770aaa28e26bfb0c430a8bec6 100644 (file)
@@ -52,7 +52,7 @@ namespace graph_detail {
     /**
      * @name Generate Label Map
      * These type generators are responsible for instantiating an associative
-     * container for the labeled graph. Note that the Selector must be
+     * container for the the labeled graph. Note that the Selector must be
      * select a pair associative container or a vecS, which is only valid if
      * Label is an integral type.
      */
index d9246b1d2f909eab8d23817b2727524ad5a63249..45a552aa5da61c34e58f2a644683a9669a00dbfb 100644 (file)
@@ -422,7 +422,7 @@ namespace boost
       // clean_up_embedding does some clean-up and fills in values that have
       // to be computed lazily during the actual execution of the algorithm
       // (for instance, whether or not a bicomp is flipped in the final
-      // embedding). It's dispatched on the StoreEmbeddingPolicy, since
+      // embedding). It's dispatched on the the StoreEmbeddingPolicy, since
       // it's not needed if an embedding isn't desired.
 
       typename vertex_vector_t::reverse_iterator vi, vi_end;
index 7fae9b26d929bbfc05377c7142b9dbd50d75ed2b..88ad1b297f568ab2d393bd63ef340daaaa2e104d 100644 (file)
@@ -162,7 +162,7 @@ namespace boost {
       new_start = false;     //Setting the loop repetition status to false
       
       //step 2
-      //initialize the disance std-vector with 0
+      //initialize the the disance std-vector with 0
       for(typename std::vector<typename graph_traits<Graph>::vertices_size_type>::iterator iter = dist.begin(); iter != dist.end(); ++iter) *iter = 0;
       
       //generating the RLS (rooted level structure)
index 662da3cb85c79b34f9c3d51195df32c7b9f1a5cb..de013fabbfdf1d3d4dd589cd4ebfab8016ed9b6a 100644 (file)
@@ -170,7 +170,7 @@ cubic_b_spline_imp<Real>::cubic_b_spline_imp(BidiIterator f, BidiIterator end_p,
     // There are, in fact 5 diagonals, but they only differ from zero on the first and last row,
     // so we can patch up the tridiagonal row reduction algorithm to deal with two special rows.
     // See Kress, equations 8.41
-    // the "tridiagonal" matrix is:
+    // The the "tridiagonal" matrix is:
     // 1  0 -1
     // 1  4  1
     //    1  4  1
index 036e1af5758dd4bef9e5ed3b7168d4020b2463a4..131e985fd9fdb73051691c01deb59fe32f5c173b 100644 (file)
@@ -28,7 +28,7 @@
 #include <boost/config.hpp>
 
 
-// These are the "Sinus Cardinal" functions.
+// These are the the "Sinus Cardinal" functions.
 
 namespace boost
 {
index cabaa1b149be8e12b0719986079c1e6da40c9832..1216b7bfb78d910439ec7f9a018765e7d9c2cef5 100644 (file)
@@ -26,7 +26,7 @@
 #include <boost/config.hpp>
 
 
-// These are the "Hyperbolic Sinus Cardinal" functions.
+// These are the the "Hyperbolic Sinus Cardinal" functions.
 
 namespace boost
 {
index 778888aa5fca2c0bc26d301ec5e1c114852ccc2c..7a86b32fa6aeb323b184a0bb37ac8cfce2ac00d1 100644 (file)
@@ -151,7 +151,7 @@ size_t integrate_const(
         
     }
     // last observation, if we are still in observation interval
-    // might happen due to finite precision problems when computing the time
+    // might happen due to finite precision problems when computing the the time
     if( less_eq_with_sign( time , end_time , dt ) )
     {
         st.calc_state( time , start_state );
index 1e158dfe1e8aa66dca1ca935f522307ba26d70e0..eecc71ad6e6786ffe06edc9930df794b727ef853 100644 (file)
@@ -21,7 +21,7 @@
 
 namespace boost { namespace numeric { namespace ublas {
 
-    /** \brief Base class for uBLAS statically derived expressions using the Barton Nackman trick
+    /** \brief Base class for uBLAS statically derived expressions using the the Barton Nackman trick
      *
      * This is a NonAssignable class
      * Directly implement nonassignable - simplifes debugging call trace!
index d9e148202320a16c2d424eda2d7160cc1c7323f8..ea8cb9239edbf8c134a6b56c975703cefd80c87e 100644 (file)
@@ -18,7 +18,7 @@
 #include <boost/config.hpp>
 #include <boost/detail/workaround.hpp>
 
-// note: this version incorporates the related code into the 
+// note: this version incorporates the related code into the the 
 // the same library as BOOST_ARCHIVE.  This could change some day in the
 // future
 
index a22de71d660a6c6db890d6b052cc1f0316750af4..a668100da2093a8bf6a9f05a2898dfc12db6c497 100644 (file)
@@ -177,7 +177,7 @@ private:
         // the sequence of object initialization.
         // Unfortunately, this triggers detectors of undefine behavior
         // and reports an error.  But I've been unable to find a different
-        // of guarenteeing that the singleton is created at pre-main time.
+        // of guarenteeing that the the singleton is created at pre-main time.
         use(* m_instance);
 
         return static_cast<T &>(t);
index 1bead8e9946811de9a477f7a403411f788c59fe1..fe2cdcfcc001772450e985203260e76359f0268b 100644 (file)
@@ -35,7 +35,7 @@ namespace boost {
       //   (2) a Base* cannot be converted to Derived* (so the base class is either ambiguous or virtual)
       // With both conditions true, Base must be a virtual base of Derived.
       // The "is_base_of" is only needed so the compiler can (but is not required to) error out if the types are incomplete.
-      // This is in league with the expected behaviour.
+      // This is in league with the the expected behaviour.
 
       template<class T, class U>
       constexpr bool is_virtual_base_impl(...) { return true; }
index d488da7b439ba41702c612d2083463235b304727..e71d5e666335d295a35085b538613651bb52e907 100644 (file)
@@ -545,7 +545,7 @@ namespace mu
                \param [in] a_eAssociativity The associativity of the operator.
                \param [in] a_bAllowOpt If this is true the operator may be optimized away.
 
-               Adds a new Binary operator the parser instance.
+               Adds a new Binary operator the the parser instance.
        */
        void ParserBase::DefineOprt(const string_type& a_sName, fun_type2 a_pFun, unsigned a_iPrec, EOprtAssociativity a_eAssociativity, bool a_bAllowOpt)
        {
index 3aa94c757c55317ba54049764e47bb1914e9cb9b..d871ef18e2efbf6cc817ff072f32fa36ae7947bb 100644 (file)
@@ -267,7 +267,7 @@ Arguments:
            (-Control [UMFPACK_ALLOC_INIT]).
 
            Regardless of the value of this parameter, a space equal to or
-           greater than the bare minimum amount of memory needed to start
+           greater than the the bare minimum amount of memory needed to start
            the factorization is always initially allocated.  The bare initial
            memory required is returned by umfpack_*_*symbolic in
            Info [UMFPACK_VARIABLE_INIT_ESTIMATE] (an exact value, not an
index 92f5d661359cbd31acc1b7d5417e0fd024095af9..cb45278e18f004041e3396bf8fe8d5c3fe5eedfc 100644 (file)
@@ -225,7 +225,7 @@ Arguments:
 
        Ax is optional; if Tx and/or Ax are not present (a (double *) NULL
        pointer), then Ax is not computed.  If present, Ax holds the
-       numerical values of the real part of the sparse matrix A and Az
+       numerical values of the the real part of the sparse matrix A and Az
        holds the imaginary parts.  The nonzero pattern (row indices) for
        column j is stored in Ai [(Ap [j]) ... (Ap [j+1]-1)], and the
        corresponding numerical values are stored in

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.