aboutsummaryrefslogtreecommitdiff
path: root/src/gen/equation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen/equation.c')
-rw-r--r--src/gen/equation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gen/equation.c b/src/gen/equation.c
index 76d0498..9d85c13 100644
--- a/src/gen/equation.c
+++ b/src/gen/equation.c
@@ -36,7 +36,7 @@ GENERATOR(a_gen_once) {
return 1;
}
- int inp = a_gen_input(curve, cfg, args);
+ int inp = a_gen_input(curve, cfg, args, state);
if (inp > 0) {
a = gclone(curve->a);
curve_a = curve;
@@ -86,7 +86,7 @@ GENERATOR(b_gen_once) {
return 1;
}
- int inp = b_gen_input(curve, cfg, args);
+ int inp = b_gen_input(curve, cfg, args, state);
if (inp > 0) {
b = gclone(curve->b);
curve_b = curve;