Added map display view (GeoMapView)

SigGen duration bugfix
This commit is contained in:
furrtek 2017-07-22 19:30:20 +01:00
parent 3005403b5e
commit b57b41753f
12 changed files with 18177 additions and 70 deletions

View file

@ -46,7 +46,7 @@ const uint32_t de_bruijn_polys[14] {
struct de_bruijn {
public:
void init(const uint32_t n);
uint32_t compute(const uint32_t step);
uint32_t compute(const uint32_t steps);
private:
uint32_t length { };