Skip to content
Snippets Groups Projects
Commit 8c28dc96 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Removed debugging printout.

parent b9148993
No related branches found
No related tags found
1 merge request!32Expression templates 2
...@@ -75,7 +75,6 @@ Array( const Array< Value, Device, Index >& array ) ...@@ -75,7 +75,6 @@ Array( const Array< Value, Device, Index >& array )
allocationPointer( nullptr ), allocationPointer( nullptr ),
referenceCounter( 0 ) referenceCounter( 0 )
{ {
std::cerr << "==================" << std::endl;
this->setSize( array.getSize() ); this->setSize( array.getSize() );
Algorithms::ArrayOperations< Device >::copyMemory( this->getData(), array.getData(), array.getSize() ); Algorithms::ArrayOperations< Device >::copyMemory( this->getData(), array.getData(), array.getSize() );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment