Recursively reduce cluster sets
Signed-off-by: James Ketrenos <james_gitlab@ketrenos.com>
This commit is contained in:
parent
c27bceb6d4
commit
05660a8cd4
@ -334,7 +334,7 @@ int main(int argc, char *argv[]) {
|
|||||||
sscanf(argv[3], "%ld", &minPts);
|
sscanf(argv[3], "%ld", &minPts);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (argv > 4) {
|
if (argc > 4) {
|
||||||
sscanf(argv[4], "%ld", &maxClusterSize);
|
sscanf(argv[4], "%ld", &maxClusterSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user