Changeset 3d89e3 in git
- Timestamp:
- Oct 1, 2014, 10:38:25 AM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
- Children:
- 7a979beb4fba275a95a03fbc0afbbfaa3aea04e4
- Parents:
- a28cd7f9b24e3824abfbcce4660bc1b2375fad12
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/normal.lib
ra28cd7f r3d89e3 4018 4018 for ( jj = n(ii-1)+1; jj<=n(ii); jj++) 4019 4019 { 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 ) 4021 4024 { 4022 4025 kk=kk+1; -
Tst/Short.lst
ra28cd7f r3d89e3 135 135 Short/bug_tr489.tst 136 136 Short/bug_tr549.tst 137 Short/bug_tr595.tst 137 138 Short/bug_tr628.tst 138 139 Short/bug_x_i_j.tst
Note: See TracChangeset
for help on using the changeset viewer.