aboutsummaryrefslogtreecommitdiff
path: root/src/cm
diff options
context:
space:
mode:
authorJ08nY2019-03-26 18:26:35 +0100
committerJ08nY2019-03-26 18:26:35 +0100
commitc1bf702eb176a59e3a4da5c4595c627617e78730 (patch)
treece1afb5798a90b3982537ee167a406baa54755a6 /src/cm
parentc3b27105b89b03fca8f203b308eefa8ccc2be00c (diff)
downloadecgen-feature/anomalous-given-order.tar.gz
ecgen-feature/anomalous-given-order.tar.zst
ecgen-feature/anomalous-given-order.zip
Diffstat (limited to 'src/cm')
-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();
}