Merge pull request #390 from mcmasterg/int_loop_mM

int_loop: unify SEGMATCH_FLAGS
This commit is contained in:
John McMaster 2018-12-21 20:20:26 -08:00 committed by GitHub
commit 329c1f9a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SEGMATCH_FLAGS=
else
# Should be at least the -m value
N ?= 20
SEGMATCH_FLAGS=-m 10 -M 20
SEGMATCH_FLAGS=-m 15 -M 45
endif
# Iteration number (each containing N specimens)
# Driven by int_loop.sh