From 38229b75a7a16a6f559215dab1d5f671d506dd01 Mon Sep 17 00:00:00 2001 From: Chaitanya Dev Date: Thu, 21 Apr 2022 07:20:59 +0200 Subject: [PATCH] reverting changes in bundled folder --- .../archive/detail/polymorphic_iarchive_route.hpp | 4 ++-- .../archive/detail/polymorphic_oarchive_route.hpp | 4 ++-- .../include/boost/config/compiler/cray.hpp | 10 +++++----- bundled/boost-1.70.0/include/boost/container/deque.hpp | 4 ++-- .../include/boost/container/stable_vector.hpp | 4 ++-- .../boost-1.70.0/include/boost/container/vector.hpp | 6 +++--- bundled/boost-1.70.0/include/boost/date_time/date.hpp | 2 +- .../include/boost/date_time/int_adapter.hpp | 4 ++-- .../boost-1.70.0/include/boost/graph/labeled_graph.hpp | 2 +- .../boost/graph/planar_detail/boyer_myrvold_impl.hpp | 2 +- .../include/boost/graph/sloan_ordering.hpp | 2 +- .../interpolators/detail/cubic_b_spline_detail.hpp | 2 +- .../include/boost/math/special_functions/sinc.hpp | 2 +- .../include/boost/math/special_functions/sinhc.hpp | 2 +- .../odeint/integrate/detail/integrate_const.hpp | 2 +- .../include/boost/numeric/ublas/expression_types.hpp | 2 +- .../include/boost/serialization/config.hpp | 2 +- .../include/boost/serialization/singleton.hpp | 2 +- .../include/boost/type_traits/is_virtual_base_of.hpp | 2 +- bundled/muparser_v2_3_3/src/muParserBase.cpp | 2 +- bundled/umfpack/UMFPACK/Include/umfpack_numeric.h | 2 +- .../umfpack/UMFPACK/Include/umfpack_triplet_to_col.h | 2 +- 22 files changed, 33 insertions(+), 33 deletions(-) diff --git a/bundled/boost-1.70.0/include/boost/archive/detail/polymorphic_iarchive_route.hpp b/bundled/boost-1.70.0/include/boost/archive/detail/polymorphic_iarchive_route.hpp index 1f6b1b4064..105685ebbd 100644 --- a/bundled/boost-1.70.0/include/boost/archive/detail/polymorphic_iarchive_route.hpp +++ b/bundled/boost-1.70.0/include/boost/archive/detail/polymorphic_iarchive_route.hpp @@ -50,7 +50,7 @@ class basic_pointer_iserializer; template 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 - const basic_pointer_iserializer * + const basic_pointer_iserializer * register_type(T * t = NULL){ return ArchiveImplementation::register_type(t); } diff --git a/bundled/boost-1.70.0/include/boost/archive/detail/polymorphic_oarchive_route.hpp b/bundled/boost-1.70.0/include/boost/archive/detail/polymorphic_oarchive_route.hpp index 21fa95103f..b23fd6bf39 100644 --- a/bundled/boost-1.70.0/include/boost/archive/detail/polymorphic_oarchive_route.hpp +++ b/bundled/boost-1.70.0/include/boost/archive/detail/polymorphic_oarchive_route.hpp @@ -50,7 +50,7 @@ class basic_pointer_oserializer; template 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 - const basic_pointer_oserializer * + const basic_pointer_oserializer * register_type(T * t = NULL){ return ArchiveImplementation::register_type(t); } diff --git a/bundled/boost-1.70.0/include/boost/config/compiler/cray.hpp b/bundled/boost-1.70.0/include/boost/config/compiler/cray.hpp index 9fad2fbe27..412ef9efa5 100644 --- a/bundled/boost-1.70.0/include/boost/config/compiler/cray.hpp +++ b/bundled/boost-1.70.0/include/boost/config/compiler/cray.hpp @@ -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 // @@ -227,8 +227,8 @@ #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 @@ -296,8 +296,8 @@ #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 diff --git a/bundled/boost-1.70.0/include/boost/container/deque.hpp b/bundled/boost-1.70.0/include/boost/container/deque.hpp index a66dc808b7..1fa3e5d5d4 100644 --- a/bundled/boost-1.70.0/include/boost/container/deque.hpp +++ b/bundled/boost-1.70.0/include/boost/container/deque.hpp @@ -867,7 +867,7 @@ class deque : protected deque_base::type> this->assign(c_it(val, n), c_it()); } - //! Effects: Assigns the range [first, last) to *this. + //! Effects: Assigns the the range [first, last) to *this. //! //! Throws: If memory allocation throws or //! T's constructor from dereferencing InIt throws. @@ -920,7 +920,7 @@ class deque : protected deque_base::type> #endif #if !defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST) - //! Effects: Assigns the range [il.begin(), il.end()) to *this. + //! Effects: Assigns the the range [il.begin(), il.end()) to *this. //! //! Throws: If memory allocation throws or //! T's constructor from dereferencing std::initializer_list iterator throws. diff --git a/bundled/boost-1.70.0/include/boost/container/stable_vector.hpp b/bundled/boost-1.70.0/include/boost/container/stable_vector.hpp index d4b37ca354..92ef0f6a7f 100644 --- a/bundled/boost-1.70.0/include/boost/container/stable_vector.hpp +++ b/bundled/boost-1.70.0/include/boost/container/stable_vector.hpp @@ -905,7 +905,7 @@ class stable_vector this->assign(cvalue_iterator(t, n), cvalue_iterator()); } - //! Effects: Assigns the range [first, last) to *this. + //! Effects: Assigns the the range [first, last) to *this. //! //! Throws: 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) - //! Effects: Assigns the range [il.begin(), il.end()) to *this. + //! Effects: Assigns the the range [il.begin(), il.end()) to *this. //! //! Throws: If memory allocation throws or //! T's constructor from dereferencing initializer_list iterator throws. diff --git a/bundled/boost-1.70.0/include/boost/container/vector.hpp b/bundled/boost-1.70.0/include/boost/container/vector.hpp index f1b467afd5..010b599d6d 100644 --- a/bundled/boost-1.70.0/include/boost/container/vector.hpp +++ b/bundled/boost-1.70.0/include/boost/container/vector.hpp @@ -1214,7 +1214,7 @@ private: #endif - //! Effects: Assigns the range [first, last) to *this. + //! Effects: Assigns the the range [first, last) to *this. //! //! Throws: 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) - //! Effects: Assigns the range [il.begin(), il.end()) to *this. + //! Effects: Assigns the the range [il.begin(), il.end()) to *this. //! //! Throws: If memory allocation throws or //! T's constructor from dereferencing iniializer_list iterator throws. @@ -1264,7 +1264,7 @@ private: } #endif - //! Effects: Assigns the range [first, last) to *this. + //! Effects: Assigns the the range [first, last) to *this. //! //! Throws: If memory allocation throws or T's copy/move constructor/assignment or //! T's constructor/assignment from dereferencing InpIt throws. diff --git a/bundled/boost-1.70.0/include/boost/date_time/date.hpp b/bundled/boost-1.70.0/include/boost/date_time/date.hpp index 186c14a070..18333fd3ff 100644 --- a/bundled/boost-1.70.0/include/boost/date_time/date.hpp +++ b/bundled/boost-1.70.0/include/boost/date_time/date.hpp @@ -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. diff --git a/bundled/boost-1.70.0/include/boost/date_time/int_adapter.hpp b/bundled/boost-1.70.0/include/boost/date_time/int_adapter.hpp index 81682b2584..6ee7712fab 100644 --- a/bundled/boost-1.70.0/include/boost/date_time/int_adapter.hpp +++ b/bundled/boost-1.70.0/include/boost/date_time/int_adapter.hpp @@ -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 inline int_adapter operator+(const int_adapter& 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 inline int_adapter operator-(const int_adapter& rhs)const diff --git a/bundled/boost-1.70.0/include/boost/graph/labeled_graph.hpp b/bundled/boost-1.70.0/include/boost/graph/labeled_graph.hpp index a148fbb276..59df0feb8f 100644 --- a/bundled/boost-1.70.0/include/boost/graph/labeled_graph.hpp +++ b/bundled/boost-1.70.0/include/boost/graph/labeled_graph.hpp @@ -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. */ diff --git a/bundled/boost-1.70.0/include/boost/graph/planar_detail/boyer_myrvold_impl.hpp b/bundled/boost-1.70.0/include/boost/graph/planar_detail/boyer_myrvold_impl.hpp index d9246b1d2f..45a552aa5d 100644 --- a/bundled/boost-1.70.0/include/boost/graph/planar_detail/boyer_myrvold_impl.hpp +++ b/bundled/boost-1.70.0/include/boost/graph/planar_detail/boyer_myrvold_impl.hpp @@ -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; diff --git a/bundled/boost-1.70.0/include/boost/graph/sloan_ordering.hpp b/bundled/boost-1.70.0/include/boost/graph/sloan_ordering.hpp index 7fae9b26d9..88ad1b297f 100644 --- a/bundled/boost-1.70.0/include/boost/graph/sloan_ordering.hpp +++ b/bundled/boost-1.70.0/include/boost/graph/sloan_ordering.hpp @@ -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::vertices_size_type>::iterator iter = dist.begin(); iter != dist.end(); ++iter) *iter = 0; //generating the RLS (rooted level structure) diff --git a/bundled/boost-1.70.0/include/boost/math/interpolators/detail/cubic_b_spline_detail.hpp b/bundled/boost-1.70.0/include/boost/math/interpolators/detail/cubic_b_spline_detail.hpp index 662da3cb85..de013fabbf 100644 --- a/bundled/boost-1.70.0/include/boost/math/interpolators/detail/cubic_b_spline_detail.hpp +++ b/bundled/boost-1.70.0/include/boost/math/interpolators/detail/cubic_b_spline_detail.hpp @@ -170,7 +170,7 @@ cubic_b_spline_imp::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 diff --git a/bundled/boost-1.70.0/include/boost/math/special_functions/sinc.hpp b/bundled/boost-1.70.0/include/boost/math/special_functions/sinc.hpp index 036e1af575..131e985fd9 100644 --- a/bundled/boost-1.70.0/include/boost/math/special_functions/sinc.hpp +++ b/bundled/boost-1.70.0/include/boost/math/special_functions/sinc.hpp @@ -28,7 +28,7 @@ #include -// These are the "Sinus Cardinal" functions. +// These are the the "Sinus Cardinal" functions. namespace boost { diff --git a/bundled/boost-1.70.0/include/boost/math/special_functions/sinhc.hpp b/bundled/boost-1.70.0/include/boost/math/special_functions/sinhc.hpp index cabaa1b149..1216b7bfb7 100644 --- a/bundled/boost-1.70.0/include/boost/math/special_functions/sinhc.hpp +++ b/bundled/boost-1.70.0/include/boost/math/special_functions/sinhc.hpp @@ -26,7 +26,7 @@ #include -// These are the "Hyperbolic Sinus Cardinal" functions. +// These are the the "Hyperbolic Sinus Cardinal" functions. namespace boost { diff --git a/bundled/boost-1.70.0/include/boost/numeric/odeint/integrate/detail/integrate_const.hpp b/bundled/boost-1.70.0/include/boost/numeric/odeint/integrate/detail/integrate_const.hpp index 778888aa5f..7a86b32fa6 100644 --- a/bundled/boost-1.70.0/include/boost/numeric/odeint/integrate/detail/integrate_const.hpp +++ b/bundled/boost-1.70.0/include/boost/numeric/odeint/integrate/detail/integrate_const.hpp @@ -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 ); diff --git a/bundled/boost-1.70.0/include/boost/numeric/ublas/expression_types.hpp b/bundled/boost-1.70.0/include/boost/numeric/ublas/expression_types.hpp index 1e158dfe1e..eecc71ad6e 100644 --- a/bundled/boost-1.70.0/include/boost/numeric/ublas/expression_types.hpp +++ b/bundled/boost-1.70.0/include/boost/numeric/ublas/expression_types.hpp @@ -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! diff --git a/bundled/boost-1.70.0/include/boost/serialization/config.hpp b/bundled/boost-1.70.0/include/boost/serialization/config.hpp index d9e1482023..ea8cb9239e 100644 --- a/bundled/boost-1.70.0/include/boost/serialization/config.hpp +++ b/bundled/boost-1.70.0/include/boost/serialization/config.hpp @@ -18,7 +18,7 @@ #include #include -// 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 diff --git a/bundled/boost-1.70.0/include/boost/serialization/singleton.hpp b/bundled/boost-1.70.0/include/boost/serialization/singleton.hpp index a22de71d66..a668100da2 100644 --- a/bundled/boost-1.70.0/include/boost/serialization/singleton.hpp +++ b/bundled/boost-1.70.0/include/boost/serialization/singleton.hpp @@ -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); diff --git a/bundled/boost-1.70.0/include/boost/type_traits/is_virtual_base_of.hpp b/bundled/boost-1.70.0/include/boost/type_traits/is_virtual_base_of.hpp index 1bead8e994..fe2cdcfcc0 100644 --- a/bundled/boost-1.70.0/include/boost/type_traits/is_virtual_base_of.hpp +++ b/bundled/boost-1.70.0/include/boost/type_traits/is_virtual_base_of.hpp @@ -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 constexpr bool is_virtual_base_impl(...) { return true; } diff --git a/bundled/muparser_v2_3_3/src/muParserBase.cpp b/bundled/muparser_v2_3_3/src/muParserBase.cpp index d488da7b43..e71d5e6663 100644 --- a/bundled/muparser_v2_3_3/src/muParserBase.cpp +++ b/bundled/muparser_v2_3_3/src/muParserBase.cpp @@ -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) { diff --git a/bundled/umfpack/UMFPACK/Include/umfpack_numeric.h b/bundled/umfpack/UMFPACK/Include/umfpack_numeric.h index 3aa94c757c..d871ef18e2 100644 --- a/bundled/umfpack/UMFPACK/Include/umfpack_numeric.h +++ b/bundled/umfpack/UMFPACK/Include/umfpack_numeric.h @@ -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 diff --git a/bundled/umfpack/UMFPACK/Include/umfpack_triplet_to_col.h b/bundled/umfpack/UMFPACK/Include/umfpack_triplet_to_col.h index 92f5d66135..cb45278e18 100644 --- a/bundled/umfpack/UMFPACK/Include/umfpack_triplet_to_col.h +++ b/bundled/umfpack/UMFPACK/Include/umfpack_triplet_to_col.h @@ -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 -- 2.39.5