Skip to content

Commit 73743b5

Browse files
fix AmbientTree
1 parent 5af1a3f commit 73743b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/CongruenceGroups/congGroups.gd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ DeclareAttribute( "CosetRepFunction", IsHAPCongruenceSubgroup );
134134

135135
############################################################################
136136
##
137-
## AmbientCosetTree( <G> )
137+
## AmbientTree( <G> )
138138
##
139139
## returns a tree representing the left cosets of G in the ambient group GG
140140
## whose construction depends on the given generating set for GG.
141-
DeclareAttribute( "AmbientCosetTree", IsHAPCongruenceSubgroup );
141+
DeclareAttribute( "AmbientTree", IsHAPCongruenceSubgroup );
142142

143143
############################################################################
144144
##

0 commit comments

Comments
 (0)