Loading src/TNL/Containers/Array.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,6 @@ Array( const Array< Value, Device, Index >& array ) allocationPointer( nullptr ), referenceCounter( 0 ) { std::cerr << "==================" << std::endl; this->setSize( array.getSize() ); Algorithms::ArrayOperations< Device >::copyMemory( this->getData(), array.getData(), array.getSize() ); } Loading Loading
src/TNL/Containers/Array.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,6 @@ Array( const Array< Value, Device, Index >& array ) allocationPointer( nullptr ), referenceCounter( 0 ) { std::cerr << "==================" << std::endl; this->setSize( array.getSize() ); Algorithms::ArrayOperations< Device >::copyMemory( this->getData(), array.getData(), array.getSize() ); } Loading