Skip to content

Commit

Permalink
fixed a minor error in assign
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Zhang committed May 16, 2016
1 parent 8ab2641 commit 609d20b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/graphblas/system/cusp/detail/assign.inl
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ namespace backend
j_d.begin(),
temp.column_indices.begin());

temp.sort_by_row_and_column();

//remove entries from c:
auto end_diff = thrust::set_difference_by_key(
thrust::make_zip_iterator(thrust::make_tuple(
Expand Down

0 comments on commit 609d20b

Please sign in to comment.