Changeset 5d21402 in git


Ignore:
Timestamp:
Feb 26, 2018, 4:07:04 PM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
d75898dddf30641f4056f5755f5f4dc5fef0e9f1
Parents:
092377cdba0501e956f9019d2bd0ebb350e31c5c
Message:
Fix examples
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/fpalgebras.lib

    r092377 r5d21402  
    448448@*    - d gives the degreebound for the Letterplace ring
    449449"
    450 example {
    451   "EXAMPLE:"; echo = 2;
    452   def R = crystallographicGroupC2MM(5); setring R;
    453   I;
    454 }
    455450{
    456451 if (d < 3){ERROR("Degreebound is to small for choosen example!");}
     
    472467 if (baseringdef == 1) {setring save;}
    473468 return(R);
     469}
     470example {
     471  "EXAMPLE:"; echo = 2;
     472  def R = crystallographicGroupC2MM(5); setring R;
     473  I;
    474474}
    475475
     
    653653@*    - d gives the degreebound for the Letterplace ring
    654654"
    655 example {
    656   "EXAMPLE:"; echo = 2;
    657   def R = crystallographicGroupP3M1(5); setring R;
    658   I;
    659 }
    660655{
    661656 if (d < 4){ERROR("Degreebound is to small for choosen example!");}
     
    678673 return(R);
    679674}
     675example {
     676  "EXAMPLE:"; echo = 2;
     677  def R = crystallographicGroupP3M1(5); setring R;
     678  I;
     679}
    680680
    681681proc crystallographicGroupP6(int d)
     
    721721@*    - d gives the degreebound for the Letterplace ring
    722722"
    723 example {
    724   "EXAMPLE:"; echo = 2;
    725   def R = crystallographicGroupP6MM(5); setring R;
    726   I;
    727 }
    728723{
    729724 if (d < 7){ERROR("Degreebound is to small for choosen example!");}
     
    746741 if (baseringdef == 1) {setring save;}
    747742 return(R);
     743}
     744example {
     745  "EXAMPLE:"; echo = 2;
     746  def R = crystallographicGroupP6MM(5); setring R;
     747  I;
    748748}
    749749
Note: See TracChangeset for help on using the changeset viewer.