Skip to content

Commit

Permalink
Merge pull request #72 from AlgebraicJulia/hidegens
Browse files Browse the repository at this point in the history
Don't export `generators` function
  • Loading branch information
epatters authored Oct 13, 2023
2 parents 9050430 + 2487088 commit 793a205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NautyInterface.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Compute automorphism group via nauty.c"""
module NautyInterface
export NautyRes, CSetNautyRes, call_nauty, all_autos, canon, orbits, canonmap,
strhsh, generators, ngroup
strhsh, ngroup

using ..Schemas
using ..DenseACSets, ..ACSetInterface
Expand Down
2 changes: 1 addition & 1 deletion test/NautyInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Test
using ACSets
using Permutations
using nauty_jll
using ACSets.NautyInterface: _all_autos
using ACSets.NautyInterface: _all_autos, generators

# Helper functions
##################
Expand Down

0 comments on commit 793a205

Please sign in to comment.