Skip to content

Commit 619dfaa

Browse files
committed
patTree now legal in bt
1 parent bd636a2 commit 619dfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pattern2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,7 @@ EX namespace linepatterns {
27072707

27082708
EX ld tree_starter = 0.25;
27092709

2710-
EX linepattern patTree = linepattern("underlying tree", 0x00d0d000, [] { return trees_known() && mod_allowed(); },
2710+
EX linepattern patTree = linepattern("underlying tree", 0x00d0d000, [] { return bt::in() || (trees_known() && mod_allowed()); },
27112711
ALLCELLS(
27122712
if(is_master(c)) {
27132713
int dir = updir(c->master);

0 commit comments

Comments
 (0)