emory-compare: initial hash params in declared order
This commit is contained in:
parent
af35a7ffe0
commit
bb08fb233d
@ -151,8 +151,8 @@ int main (int argc, char const **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
emory::params const p {
|
emory::params const p {
|
||||||
.window = cruft::parse::from_string<std::size_t> (argv[ARG_WINDOW]),
|
|
||||||
.bits = cruft::parse::from_string<std::size_t> (argv[ARG_BITS ]),
|
.bits = cruft::parse::from_string<std::size_t> (argv[ARG_BITS ]),
|
||||||
|
.window = cruft::parse::from_string<std::size_t> (argv[ARG_WINDOW]),
|
||||||
.minimum = cruft::parse::from_string<std::ptrdiff_t> (argv[ARGS_MINIMUM]),
|
.minimum = cruft::parse::from_string<std::ptrdiff_t> (argv[ARGS_MINIMUM]),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user