Skip to content

Commit

Permalink
move bliss_find_automorphisms.h to subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Pasechnik committed Jun 24, 2023
1 parent 3392c87 commit 89b31c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/bliss.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cdef extern from "bliss/digraph.hh" namespace "bliss":
const unsigned int* canonical_form(Stats&)
unsigned int get_hash()

cdef extern from "bliss_find_automorphisms.h":
cdef extern from "bliss_cpp/bliss_find_automorphisms.h":

void bliss_find_automorphisms(Graph*, void (*)(void*, unsigned int, const unsigned int*), void*, Stats&)
void bliss_find_automorphisms(Digraph*, void (*)(void*, unsigned int, const unsigned int*), void*, Stats&)
Expand Down
File renamed without changes.

0 comments on commit 89b31c0

Please sign in to comment.