Skip to content

Commit

Permalink
Merge pull request #1 from dimpase/bliss-0.77
Browse files Browse the repository at this point in the history
move bliss_find_automorphisms.h to subdir
  • Loading branch information
antonio-rojas authored Jun 24, 2023
2 parents 3392c87 + 89b31c0 commit c61f9ae
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 c61f9ae

Please sign in to comment.