Skip to content
Snippets Groups Projects
Commit c4c46d1f authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed broken MultireductionTest

parent 3b7eaff1
No related branches found
No related tags found
1 merge request!92Mesh tutorial and documentation changes and some refactoring
......@@ -71,7 +71,7 @@ protected:
result.setSize( n );
for( int i = 0; i < n; i++ ) {
DeviceView v( &V[ i * size ], size );
DeviceView v( V.getData() + i * size, size );
if( i % 2 == 0 )
setLinearSequence( v );
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment