Skip to content

Commit 728a828

Browse files
committed
Reverted structural_complement check to just invert_mask for void case
1 parent 578b5f3 commit 728a828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/graphblas/utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ namespace grb {
378378
const size_t
379379
) {
380380
bool ret = assigned;
381-
if( ( descriptor & descriptors::structural_complement ) == descriptors::structural_complement ) {
381+
if( ( descriptor & descriptors::invert_mask ) == descriptors::invert_mask ) {
382382
return !ret;
383383
} else {
384384
return ret;

0 commit comments

Comments
 (0)