Loading src/TNL/Containers/Array_impl.h +2 −0 Original line number Diff line number Diff line Loading @@ -413,6 +413,8 @@ operator == ( const ArrayT& array ) const { if( array. getSize() != this->getSize() ) return false; if( this->getSize() == 0 ) return true; return Algorithms::ArrayOperations< Device, typename ArrayT::DeviceType >:: template compareMemory< typename ArrayT::ElementType, Element, Loading Loading
src/TNL/Containers/Array_impl.h +2 −0 Original line number Diff line number Diff line Loading @@ -413,6 +413,8 @@ operator == ( const ArrayT& array ) const { if( array. getSize() != this->getSize() ) return false; if( this->getSize() == 0 ) return true; return Algorithms::ArrayOperations< Device, typename ArrayT::DeviceType >:: template compareMemory< typename ArrayT::ElementType, Element, Loading