Changeset daaa28 in git


Ignore:
Timestamp:
Feb 29, 2012, 4:20:05 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9e26458fea6f12f6acae94134fb3c4bc0178ecd7
Parents:
42d26c8ae58f08b9679b36310c33c494dad9b7e6
git-author:
Martin Lee <martinlee84@web.de>2012-02-29 16:20:05+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 16:47:59+01:00
Message:
fix: create ringlist in compatible ring
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/absfact.lib

    r42d26c rdaaa28  
    292292  }
    293293
     294  list tmp = ringlist(MPz)[2];
    294295  // Go into the quotient by q(z)=0
    295296  ring MP_z = (0,var(n+1)), (x(1..n)), dp;
    296297  list lMP_z = ringlist(MP_z);
    297298  lMP_z[1][4] = ideal(imap(MPz,q));
    298   list tmp = ringlist(MPz)[2];
    299299  lMP_z[2] = list(tmp[1..n]);
    300300  def MPq = ring(lMP_z);
     
    387387  int pa=npars(MP);
    388388  list lMP= ringlist(MP);
     389  list buflMP= lMP;
    389390  intvec vv,vk;
    390391  for(i=1;i<=n;i++){vv[i]=1;}
     
    509510  if(pa)
    510511  {
     512    setring(MP);
    511513    n=nvars(MP);
    512514    list lM=ringlist(MP);
Note: See TracChangeset for help on using the changeset viewer.