Changeset 3d89e3 in git


Ignore:
Timestamp:
Oct 1, 2014, 10:38:25 AM (9 years ago)
Author:
Jakob Kröker <kroeker@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
7a979beb4fba275a95a03fbc0afbbfaa3aea04e4
Parents:
a28cd7f9b24e3824abfbcce4660bc1b2375fad12
Message:
proposal for trac issue 595
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    ra28cd7f r3d89e3  
    40184018        for ( jj = n(ii-1)+1; jj<=n(ii); jj++)
    40194019        {
    4020           if( Le[4][jj] !=0 )     //jj=index of var which was not substituted
     4020          if(  Le[4][jj] !=0 or                                             // jj=index of var which was not substituted
     4021               (  (ii==n3-1) and ( jj==n(ii) ) and  (size(newg2)==0) )      // or we have no variables yet in the new ring and
     4022                                                                            // want to keep at least the last one!
     4023            )
    40214024          {
    40224025            kk=kk+1;
  • Tst/Short.lst

    ra28cd7f r3d89e3  
    135135Short/bug_tr489.tst
    136136Short/bug_tr549.tst
     137Short/bug_tr595.tst
    137138Short/bug_tr628.tst
    138139Short/bug_x_i_j.tst
Note: See TracChangeset for help on using the changeset viewer.