Changeset 69b030f in git


Ignore:
Timestamp:
Oct 2, 2013, 7:14:07 PM (11 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
11ab4e8595e6e90a6b646949f46d516f88a72015
Parents:
957c6a6e231eeb9224dbceb0618f32f9f25b7a57
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-10-02 19:14:07+02:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-10-25 18:08:32+02:00
Message:
Fix for problem with renaming of variables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/primdec.lib

    r957c6a r69b030f  
    37803780   ideal F=imap(R,F);
    37813781
    3782    string nR="ring @S="+string(p)+",(@y(1..m),"+varstr(R)+","+parstr(R)+"),dp;";
     3782   string nR1="ring @S1="+string(p)+",("+varstr(R)+","+parstr(R)+",@y(1..m)),dp;";
     3783   execute(nR1);
     3784   list lR=ringlist(@S1)[2];
     3785   lR=lR[(size(lR)-m+1)..(size(lR))];
     3786
     3787   string nR="ring @S="+string(p)+",("+string(lR)+","+varstr(R)+","+parstr(R)+"),dp;";
    37833788   execute(nR);
    37843789
Note: See TracChangeset for help on using the changeset viewer.