Changeset c70cf1 in git


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpalgebras.lib

    rc1d8584 rc70cf1  
    143143
    144144////////////////////////////////////////////////////////////////////
    145 // Crystalographic Groups //////////////////////////////////////////
     145// Crystallographic Groups //////////////////////////////////////////
    146146// from Grischa Studzinski /////////////////////////////////////////
    147147////////////////////////////////////////////////////////////////////
    148148
    149 proc cgP1(int d)
    150 "USAGE: cgP1(d); d an integer
     149proc crystallographicGroupP1(int d)
     150"USAGE: crystallographicGroupP1(d); d an integer
    151151RETURN: ring
    152152NOTE: - the ring contains the ideal I, which contains the required relations
     
    174174}
    175175
    176 // old? there is already another cgP2 proc
    177 /* proc cgP2(int d) */
     176// old? there is already another crystallographicGroupP2 proc
     177/* proc crystallographicGroupP2(int d) */
    178178/* " */
    179179/* p2 group with the following presentation */
     
    201201/* } */
    202202
    203 proc cgPM(int d)
    204 "USAGE: cgPM(d); d an integer
     203proc crystallographicGroupPM(int d)
     204"USAGE: crystallographicGroupPM(d); d an integer
    205205RETURN: ring
    206206NOTE: - the ring contains the ideal I, which contains the required relations
     
    229229}
    230230
    231 proc cgPG(int d)
    232 "USAGE: cgPG(d); d an integer
     231proc crystallographicGroupPG(int d)
     232"USAGE: crystallographicGroupPG(d); d an integer
    233233RETURN: ring
    234234NOTE: - the ring contains the ideal I, which contains the required relations
     
    258258
    259259
    260 proc cgP2MM(int d)
    261 "USAGE: cgP2MM(d); d an integer
     260proc crystallographicGroupP2MM(int d)
     261"USAGE: crystallographicGroupP2MM(d); d an integer
    262262RETURN: ring
    263263NOTE: - the ring contains the ideal I, which contains the required relations
     
    287287}
    288288
    289 proc cgP2(int d)
    290 "USAGE: cgP2(d); d an integer
     289proc crystallographicGroupP2(int d)
     290"USAGE: crystallographicGroupP2(d); d an integer
    291291RETURN: ring
    292292NOTE: - the ring contains the ideal I, which contains the required relations
     
    316316}
    317317
    318 proc cgP2GG(int d)
    319 "USAGE: cgP2GG(d); d an integer
     318proc crystallographicGroupP2GG(int d)
     319"USAGE: crystallographicGroupP2GG(d); d an integer
    320320RETURN: ring
    321321NOTE: - the ring contains the ideal I, which contains the required relations
     
    345345}
    346346
    347 proc cgCM(int d)
    348 "USAGE: cgCM(d); d an integer
     347proc crystallographicGroupCM(int d)
     348"USAGE: crystallographicGroupCM(d); d an integer
    349349RETURN: ring
    350350NOTE: - the ring contains the ideal I, which contains the required relations
     
    374374}
    375375
    376 proc cgC2MM(int d)
    377 "USAGE: cgC2MM(d); d an integer
     376proc crystallographicGroupC2MM(int d)
     377"USAGE: crystallographicGroupC2MM(d); d an integer
    378378RETURN: ring
    379379NOTE: - the ring contains the ideal I, which contains the required relations
     
    403403}
    404404
    405 proc cgP4(int d)
    406 "USAGE: cgP4(d); d an integer
     405proc crystallographicGroupP4(int d)
     406"USAGE: crystallographicGroupP4(d); d an integer
    407407RETURN: ring
    408408NOTE: - the ring contains the ideal I, which contains the required relations
     
    432432}
    433433
    434 proc cgP4MM(int d)
    435 "USAGE: cgP4MM(d); d an integer
     434proc crystallographicGroupP4MM(int d)
     435"USAGE: crystallographicGroupP4MM(d); d an integer
    436436RETURN: ring
    437437NOTE: - the ring contains the ideal I, which contains the required relations
     
    461461}
    462462
    463 proc cgP4GM(int d)
    464 "USAGE: cgP4GM(d); d an integer
     463proc crystallographicGroupP4GM(int d)
     464"USAGE: crystallographicGroupP4GM(d); d an integer
    465465RETURN: ring
    466466NOTE: - the ring contains the ideal I, which contains the required relations
     
    490490}
    491491
    492 proc cgP3(int d)
    493 "USAGE: cgP3(d); d an integer
     492proc crystallographicGroupP3(int d)
     493"USAGE: crystallographicGroupP3(d); d an integer
    494494RETURN: ring
    495495NOTE: - the ring contains the ideal I, which contains the required relations
     
    518518}
    519519
    520 proc cgP31M(int d)
    521 "USAGE: cgP31M(d); d an integer
     520proc crystallographicGroupP31M(int d)
     521"USAGE: crystallographicGroupP31M(d); d an integer
    522522RETURN: ring
    523523NOTE: - the ring contains the ideal I, which contains the required relations
     
    549549}
    550550
    551 proc cgP3M1(int d)
    552 "USAGE: cgP3M1(d); d an integer
     551proc crystallographicGroupP3M1(int d)
     552"USAGE: crystallographicGroupP3M1(d); d an integer
    553553RETURN: ring
    554554NOTE: - the ring contains the ideal I, which contains the required relations
     
    578578}
    579579
    580 proc cgP6(int d)
    581 "USAGE: cgP6(d); d an integer
     580proc crystallographicGroupP6(int d)
     581"USAGE: crystallographicGroupP6(d); d an integer
    582582RETURN: ring
    583583NOTE: - the ring contains the ideal I, which contains the required relations
     
    607607}
    608608
    609 proc cgP6MM(int d)
    610 "USAGE: cgP6MM(d); d an integer
     609proc crystallographicGroupP6MM(int d)
     610"USAGE: crystallographicGroupP6MM(d); d an integer
    611611RETURN: ring
    612612NOTE: - the ring contains the ideal I, which contains the required relations
Note: See TracChangeset for help on using the changeset viewer.