Changeset dc9b97 in git


Ignore:
Timestamp:
Feb 26, 2018, 3:19:49 PM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
c1d85840489f16ebc4cd9a3b6c8add9d27ea04d0
Parents:
b9d0f4e0f7b6e8f0decd699cfc006460e37db330
Message:
Rename dyckGrp to dyckGroup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpalgebras.lib

    rb9d0f4e rdc9b97  
    641641////////////////////////////////////////////////////////////////////
    642642
    643 proc dyckGrp1(int n, int d, intvec P)
    644 "USAGE: dyckGrp1(n,d,P); n an integer, d an integer, P an intvec
     643proc dyckGroup1(int n, int d, intvec P)
     644"USAGE: dyckGroup1(n,d,P); n an integer, d an integer, P an intvec
    645645RETURN: ring
    646646NOTE: - the ring contains the ideal I, which contains the required relations
     
    684684
    685685
    686 proc dyckGrp2(int n, int d, intvec P)
    687 "USAGE: dyckGrp2(n,d,P); n an integer, d an integer, P an intvec
     686proc dyckGroup2(int n, int d, intvec P)
     687"USAGE: dyckGroup2(n,d,P); n an integer, d an integer, P an intvec
    688688RETURN: ring
    689689NOTE: - the ring contains the ideal I, which contains the required relations
     
    728728
    729729
    730 proc dyckGrp3(int n, int d, intvec P)
    731 "USAGE: dyckGrp2(n,d,P); n an integer, d an integer, P an intvec
     730proc dyckGroup3(int n, int d, intvec P)
     731"USAGE: dyckGroup2(n,d,P); n an integer, d an integer, P an intvec
    732732RETURN: ring
    733733NOTE: - the ring contains the ideal I, which contains the required relations
Note: See TracChangeset for help on using the changeset viewer.