Loading src/core/implementation/tnlMultiArray1D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ bool tnlMultiArray< 1, Element, Device, Index > :: setDimensions( const tnlTuple template< typename Element, typename Device, typename Index > template< typename MultiArray > bool tnlMultiArray< 1, Element, Device, Index > :: setLike( const tnlMultiArray& multiArray ) bool tnlMultiArray< 1, Element, Device, Index > :: setLike( const MultiArray& multiArray ) { return setDimensions( multiArray. getDimensions() ); } Loading src/core/implementation/tnlMultiArray2D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ bool tnlMultiArray< 2, Element, Device, Index > :: setDimensions( const tnlTuple template< typename Element, typename Device, typename Index > template< typename MultiArray > bool tnlMultiArray< 2, Element, Device, Index > :: setLike( const tnlMultiArray& multiArray ) bool tnlMultiArray< 2, Element, Device, Index > :: setLike( const MultiArray& multiArray ) { return setDimensions( multiArray. getDimensions() ); } Loading src/core/implementation/tnlMultiArray3D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ bool tnlMultiArray< 3, Element, Device, Index > :: setDimensions( const tnlTuple template< typename Element, typename Device, typename Index > template< typename MultiArray > bool tnlMultiArray< 3, Element, Device, Index > :: setLike( const tnlMultiArray& multiArray ) bool tnlMultiArray< 3, Element, Device, Index > :: setLike( const MultiArray& multiArray ) { return setDimensions( multiArray. getDimensions() ); } Loading src/core/implementation/tnlMultiArray4D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ bool tnlMultiArray< 4, Element, Device, Index > :: setDimensions( const tnlTuple template< typename Element, typename Device, typename Index > template< typename MultiArray > bool tnlMultiArray< 4, Element, Device, Index > :: setLike( const tnlMultiArray& multiArray ) bool tnlMultiArray< 4, Element, Device, Index > :: setLike( const MultiArray& multiArray ) { return setDimensions( multiArray. getDimensions() ); } Loading src/core/tnlMultiArray.h +4 −4 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ class tnlMultiArray< 1, Element, Device, Index > : public tnlArray< Element, Dev //! Set dimensions of the array using another array as a template template< typename MultiArray > bool setLike( const tnlMultiArray& v ); bool setLike( const MultiArray& v ); Index getElementIndex( const Index i ) const; Loading Loading @@ -122,7 +122,7 @@ class tnlMultiArray< 2, Element, Device, Index > : public tnlArray< Element, Dev //! Set dimensions of the array using another array as a template template< typename MultiArray > bool setLike( const tnlMultiArray& v ); bool setLike( const MultiArray& v ); Index getElementIndex( const Index j, const Index i ) const; Loading Loading @@ -192,7 +192,7 @@ class tnlMultiArray< 3, Element, Device, Index > : public tnlArray< Element, Dev //! Set dimensions of the array using another array as a template template< typename MultiArray > bool setLike( const tnlMultiArray& v ); bool setLike( const MultiArray& v ); Index getElementIndex( const Index k, const Index j, const Index i ) const; Loading Loading @@ -262,7 +262,7 @@ class tnlMultiArray< 4, Element, Device, Index > : public tnlArray< Element, Dev //! Set dimensions of the array using another array as a template template< typename MultiArray > bool setLike( const tnlMultiArray& v ); bool setLike( const MultiArray& v ); Index getElementIndex( const Index l, const Index k, const Index j, const Index i ) const; Loading Loading
src/core/implementation/tnlMultiArray1D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ bool tnlMultiArray< 1, Element, Device, Index > :: setDimensions( const tnlTuple template< typename Element, typename Device, typename Index > template< typename MultiArray > bool tnlMultiArray< 1, Element, Device, Index > :: setLike( const tnlMultiArray& multiArray ) bool tnlMultiArray< 1, Element, Device, Index > :: setLike( const MultiArray& multiArray ) { return setDimensions( multiArray. getDimensions() ); } Loading
src/core/implementation/tnlMultiArray2D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ bool tnlMultiArray< 2, Element, Device, Index > :: setDimensions( const tnlTuple template< typename Element, typename Device, typename Index > template< typename MultiArray > bool tnlMultiArray< 2, Element, Device, Index > :: setLike( const tnlMultiArray& multiArray ) bool tnlMultiArray< 2, Element, Device, Index > :: setLike( const MultiArray& multiArray ) { return setDimensions( multiArray. getDimensions() ); } Loading
src/core/implementation/tnlMultiArray3D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ bool tnlMultiArray< 3, Element, Device, Index > :: setDimensions( const tnlTuple template< typename Element, typename Device, typename Index > template< typename MultiArray > bool tnlMultiArray< 3, Element, Device, Index > :: setLike( const tnlMultiArray& multiArray ) bool tnlMultiArray< 3, Element, Device, Index > :: setLike( const MultiArray& multiArray ) { return setDimensions( multiArray. getDimensions() ); } Loading
src/core/implementation/tnlMultiArray4D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ bool tnlMultiArray< 4, Element, Device, Index > :: setDimensions( const tnlTuple template< typename Element, typename Device, typename Index > template< typename MultiArray > bool tnlMultiArray< 4, Element, Device, Index > :: setLike( const tnlMultiArray& multiArray ) bool tnlMultiArray< 4, Element, Device, Index > :: setLike( const MultiArray& multiArray ) { return setDimensions( multiArray. getDimensions() ); } Loading
src/core/tnlMultiArray.h +4 −4 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ class tnlMultiArray< 1, Element, Device, Index > : public tnlArray< Element, Dev //! Set dimensions of the array using another array as a template template< typename MultiArray > bool setLike( const tnlMultiArray& v ); bool setLike( const MultiArray& v ); Index getElementIndex( const Index i ) const; Loading Loading @@ -122,7 +122,7 @@ class tnlMultiArray< 2, Element, Device, Index > : public tnlArray< Element, Dev //! Set dimensions of the array using another array as a template template< typename MultiArray > bool setLike( const tnlMultiArray& v ); bool setLike( const MultiArray& v ); Index getElementIndex( const Index j, const Index i ) const; Loading Loading @@ -192,7 +192,7 @@ class tnlMultiArray< 3, Element, Device, Index > : public tnlArray< Element, Dev //! Set dimensions of the array using another array as a template template< typename MultiArray > bool setLike( const tnlMultiArray& v ); bool setLike( const MultiArray& v ); Index getElementIndex( const Index k, const Index j, const Index i ) const; Loading Loading @@ -262,7 +262,7 @@ class tnlMultiArray< 4, Element, Device, Index > : public tnlArray< Element, Dev //! Set dimensions of the array using another array as a template template< typename MultiArray > bool setLike( const tnlMultiArray& v ); bool setLike( const MultiArray& v ); Index getElementIndex( const Index l, const Index k, const Index j, const Index i ) const; Loading