Skip to content

Commit

Permalink
Remove erroneous member declaration in farey_symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Dec 8, 2024
1 parent f48da11 commit 183e21f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/modular/arithgroup/farey_symbol.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ from sage.structure.richcmp cimport richcmp_not_equal

cdef extern from "sl2z.hpp":
cppclass cpp_SL2Z "SL2Z":
mpz_class a, b, c, d
cpp_SL2Z(int, int, int, int)
cpp_SL2Z(mpz_class, mpz_class, mpz_class, mpz_class)
mpz_class a()
Expand Down

0 comments on commit 183e21f

Please sign in to comment.