Skip to content

Commit 3a35a9c

Browse files
committed
confusion with binary clique
1 parent 04af2f6 commit 3a35a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/CliqueCounting/Clique.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ double AppKCore_runner(Graph& GA, commandLine P) {
7878
// These are debugging options (set to correct defaults for client)
7979
long order = P.getOptionLongValue("-o", 0); // directing type; values are 0 - 4, reflecting the above order
8080
long recursive_level = P.getOptionLongValue("-r", 0); // parallelism over recursive levels
81-
bool use_base = P.getOptionValue("-b"); // same as use_base_str
81+
bool use_base = P.getOptionValue("-ub"); // same as use_base_str
8282
bool filter = P.getOptionValue("-f"); // filter graph only -- required for vertex peeling
8383

8484
long space = P.getOptionLongValue("-space", 5);

0 commit comments

Comments
 (0)