Skip to content

Commit

Permalink
improve the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Dec 20, 2024
1 parent e5dd942 commit 9905f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Groups/libraries/VeraLopez.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"- There are 3 not 4 groups of order 100 with 10 classes. ",
"- For each of the orders 36, 48, 384, one group with 12 classes was missing. ",
"- For order 288, two groups with 14 classes were missing. ",
""
"(Besides these errors, several structure descriptions in the papers are ",
"wrong, but here we do not care about structure descriptions.)"
],[[
[1,1]
],
Expand Down
3 changes: 2 additions & 1 deletion src/Groups/libraries/fewclassesgroups.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ conjugacy classes.
If a type `T` is specified then an attempt is made to return the result
with that type.
If `T` is omitted then the resulting group will have type `PcGroup`
if it is solvable, otherwise it will be of type `PermGroup`.
if it is a solvable group that belongs to the library of small groups,
otherwise it will be of type `PermGroup`.
# Examples
```jldoctest
Expand Down

0 comments on commit 9905f6e

Please sign in to comment.