Changeset e98ad4 in git


Ignore:
Timestamp:
Oct 29, 2012, 12:44:14 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
6a05fd20a1813f28c0b8400fef5f3d7026c6334c
Parents:
5c890683760ed725b5c0bb38871a3459d5f5ff2bc92b49e46b6b707bfee6eedb787bb1203f93d86f
Message:
Merge pull request #202 from mmklee/flintinterface_sw

fix: the right new extgcd res
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/lists.cc

    rc92b49 re98ad4  
    2525{
    2626  int n=L->nr;
    27   while ((n>=0)&&(L->m[n].rtyp==DEF_CMD)) n--;
     27   while ((n>=0)&&((L->m[n].rtyp==DEF_CMD)||(L->m[n].rtyp==0))) n--;
    2828  return n;
    2929}
  • Tst/Manual/extgcd.res.gz.uu

    r5c8906 re98ad4  
    11begin 644 extgcd.res.gz
    2 M'XL(")Y5BE```V5X=&=C9"YR97,`34\]"\(P%-SS*Q[%H;%I:=+$P6`&<2F(
    3 M2]V*B!^E!$J1-F+\]R:MA"[O#N[N'5>=#^4)`*B"8[F'R(PFZ_0]DN#85??:
    4 MQ%@BCZ`4--:TCV?6-Y]L-#>#JG^:*7=F,6:<T-QE:GK9(J^AFLTL=;28J0C1
    5 MPD<'W;<P['(26_+%I'O)H//%:\M3NW$>EEB!UQ,6>%EE1<(L#X7>D-!02L-3
    6 4H:9Y?L-[C"F6*_0##I4C@@D!````
     2M'XL("."]BE```V5X=&=C9"YR97,`38]+"\(P$(3O^15+\9#8ATV:>#"8@W@I
     3MB)=Z*R(^2@F4(FW$^.]-6BV]S'XP.SML<=KG1P"@"@[Y#@+3FZ31MT""HXMN
     4MM<%$(C]!*:BLJ>^/I*W>26^N!A6_-%-.1A,S'M'494IZWB#OH9*-%#O,1A13
     5M-//13K<U=-LTPC;ZD*AYRLGGL].6QW;M=EAH!5D.,R.S*BM"RZ<ZNF)NPZN7
     69J=KS_[A0PYO^EU>/*9$+]`4-]>F.$0$`````
    77`
    88end
  • Tst/Manual/extgcd.stat

    r5c8906 re98ad4  
    1 1 >> tst_memory_0 :: 1351243166:3150:3-1-5:ix86-Linux:mamawutz:172148
    2 1 >> tst_memory_1 :: 1351243166:3150:3-1-5:ix86-Linux:mamawutz:2239256
    3 1 >> tst_memory_2 :: 1351243166:3150:3-1-5:ix86-Linux:mamawutz:2272040
    4 1 >> tst_timer_1 :: 1351243166:3150:3-1-5:ix86-Linux:mamawutz:3
     11 >> tst_memory_0 :: 1351269855:3150:3-1-5:ix86-Linux:mamawutz:172324
     21 >> tst_memory_1 :: 1351269855:3150:3-1-5:ix86-Linux:mamawutz:2239256
     31 >> tst_memory_2 :: 1351269855:3150:3-1-5:ix86-Linux:mamawutz:2272040
     41 >> tst_timer_1 :: 1351269855:3150:3-1-5:ix86-Linux:mamawutz:3
Note: See TracChangeset for help on using the changeset viewer.