diff options
Diffstat (limited to 'src/cm')
| -rw-r--r-- | src/cm/cm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cm/cm.c b/src/cm/cm.c index a3a70a2..d891381 100644 --- a/src/cm/cm.c +++ b/src/cm/cm.c @@ -197,6 +197,10 @@ static int cm_init(exhaustive_t *setup) { } if (cfg->method == METHOD_ANOMALOUS) { + GEN order; + if (cfg->anom_order) { + //TODO: Finish implementation of anomalous method with given order. + } anomalous_init(); } |
