Loading src/TNL/Containers/ArrayView.h +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ public: ArrayView& operator=( const T& array ); /** * \brief Shallow copy of the array view * \brief Makes shallow copy of the array view. * * \param view Reference to the source array view. * \return Reference to this array view. Loading Loading
src/TNL/Containers/ArrayView.h +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ public: ArrayView& operator=( const T& array ); /** * \brief Shallow copy of the array view * \brief Makes shallow copy of the array view. * * \param view Reference to the source array view. * \return Reference to this array view. Loading