mirror of https://github.com/openXC7/prjxray.git
Merge pull request #390 from mcmasterg/int_loop_mM
int_loop: unify SEGMATCH_FLAGS
This commit is contained in:
commit
329c1f9a6c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue