diff options
| -rw-r--r-- | src/gen/curve.c | 2 | ||||
| -rw-r--r-- | test/data/f2m_10_a.csv | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gen/curve.c b/src/gen/curve.c index 69a6656..4996c28 100644 --- a/src/gen/curve.c +++ b/src/gen/curve.c @@ -100,7 +100,7 @@ GENERATOR(curve_gen_any) { v = gtovec0(gen_0, 5); gel(v, 1) = gen_1; gel(v, 2) = curve->a; - gel(v, 4) = curve->b; + gel(v, 5) = curve->b; break; default: pari_err_TYPE("curve_gen_any", curve->field); diff --git a/test/data/f2m_10_a.csv b/test/data/f2m_10_a.csv index 913fe0f..e668f66 100644 --- a/test/data/f2m_10_a.csv +++ b/test/data/f2m_10_a.csv @@ -1 +1 @@ -0xa,0x3,0x0,0x0,0x02ed,0x00b7,0x03de,0x[0-9a-f]{4},0x[0-9a-f]{4},0x3de,0x1,0x0000,0x0000,0x2,0x02fb,0x(0285|007e),0x3,0x[0-9a-f]{4},0x[0-9a-f]{4},0x[0-9a-f]{1,3},0x[0-9a-f]{4},0x[0-9a-f]{4},0xb +0xa,0x3,0x0,0x0,0x02ed,0x00b7,0x03de,0x[0-9a-f]{4},0x[0-9a-f]{4},0x3de,0x1,0x0000,0x02d5,0x2,0x03f6,0x0(36b|09d),0x3,0x[0-9a-f]{4},0x[0-9a-f]{4},0x5,0x[0-9a-f]{4},0x[0-9a-f]{4},0xb |
