Skip to content

Commit

Permalink
Update src/cunumeric/index/select_template.inl
Browse files Browse the repository at this point in the history
Co-authored-by: Manolis Papadakis <[email protected]>
  • Loading branch information
ipdemes and manopapad authored Dec 3, 2023
1 parent d435631 commit cb5716a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cunumeric/index/select_template.inl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct SelectImpl {
assert(rect_c == out_rect);
#endif
condlist.push_back(args.inputs[i].read_accessor<bool, DIM>(rect_c));
dense = dense && condlist[i].accessor.is_dense_row_major(out_rect);
dense = dense && condlist.back().accessor.is_dense_row_major(out_rect);
}

std::vector<AccessorRO<VAL, DIM>> choicelist;
Expand Down

0 comments on commit cb5716a

Please sign in to comment.