aboutsummaryrefslogtreecommitdiff
path: root/src/cm/cm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cm/cm.c')
-rw-r--r--src/cm/cm.c4
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();
}