Skip to content

Commit 8af953b

Browse files
committed
fix cond
1 parent 76111d5 commit 8af953b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index_notation/transformations.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ namespace taco {
526526
if (is_none && has_sibling && ctx_num > 1) {
527527
to_change.push_back(a);
528528
}
529+
/*
529530
bool has_outside = false;
530531
for (auto & var : seen) {
531532
if (var!=ctx_stack.back()){
@@ -536,6 +537,7 @@ namespace taco {
536537
if (is_none && has_sibling && ctx_num == 1 && has_outside) {
537538
to_change.push_back(a);
538539
}
540+
*/
539541
}
540542
};
541543

0 commit comments

Comments
 (0)