Changeset 96a181 in git


Ignore:
Timestamp:
Sep 17, 2014, 10:14:16 AM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
9d64ac1396fb685bb6ccdd847af6a90e4787e883
Parents:
43a2d4e9557dafb0a554b88ece4b92fc5bfc0be0
Message:
fix: tr.#640 (primdecGTZ with block ordering)
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primdec.lib

    r43a2d4e r96a181  
    31373137  if(homo==1)
    31383138  {
    3139     if((ordstr(@P)[3]=="d")||(ordstr(@P)[1]=="d")||(ordstr(@P)[1]=="w")
    3140        ||(ordstr(@P)[3]=="w"))
     3139    if(((ordstr(@P)[3]=="d")||(ordstr(@P)[1]=="d")||(ordstr(@P)[1]=="w")
     3140       ||(ordstr(@P)[3]=="w"))&&(size(ringlist(@P)[3])==2))
    31413141    {
    31423142      ideal jwork=imap(@P,tras);
  • Tst/Short/ok_s.lst

    r43a2d4e r96a181  
    1414bug_tr627
    1515bug_tr630
     16bug_tr640
    1617bug_genus_etc
    1718facstd
Note: See TracChangeset for help on using the changeset viewer.