s/TreeSet/ConflictSet/
This commit is contained in:
@@ -693,7 +693,7 @@ void lastLeqMulti(Arena &arena, Node *root, std::span<Key> keys,
|
|||||||
FILE *file;
|
FILE *file;
|
||||||
};
|
};
|
||||||
|
|
||||||
fprintf(file, "digraph TreeSet {\n");
|
fprintf(file, "digraph ConflictSet {\n");
|
||||||
if (node != nullptr) {
|
if (node != nullptr) {
|
||||||
DebugDotPrinter printer{file};
|
DebugDotPrinter printer{file};
|
||||||
fprintf(file, "\n");
|
fprintf(file, "\n");
|
||||||
|
Reference in New Issue
Block a user