diff options
author | dos-reis <gdr@axiomatics.org> | 2010-04-18 13:26:47 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-04-18 13:26:47 +0000 |
commit | dcb9693504ebe5e74a34d44f5e75b6caaf5ad34c (patch) | |
tree | 5b086857403c24556a88be33dca0584c1c487f0a /src/ChangeLog | |
parent | ccbbae1ee9d0106282e2d3b3d5193c5294cba0c6 (diff) | |
download | open-axiom-dcb9693504ebe5e74a34d44f5e75b6caaf5ad34c.tar.gz |
(complete$CycleIndicators): Argument type is now NonNegativeInteger.
(powerSum$CycleIndicators): Likewise.
(elementary$CycleIndicators): Likewise.
(alternating$CycleIndicators): Likewise.
(cyclic$CycleIndicators): Likewise.
(dihedral$CycleIndicators): Likewise.
(graphs$CycleIndicators): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4832415f..2d0c4935 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,13 @@ 2010-04-18 Gabriel Dos Reis <gdr@cs.tamu.edu> * algebra/cycles.spad.pamphlet (CycleIndicators): Clean up. + (complete$CycleIndicators): Argument type is now NonNegativeInteger. + (powerSum$CycleIndicators): Likewise. + (elementary$CycleIndicators): Likewise. + (alternating$CycleIndicators): Likewise. + (cyclic$CycleIndicators): Likewise. + (dihedral$CycleIndicators): Likewise. + (graphs$CycleIndicators): Likewise. 2010-04-18 Gabriel Dos Reis <gdr@cs.tamu.edu> |