Changeset a853df in git


Ignore:
Timestamp:
Sep 13, 2019, 5:45:16 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
79e9d1d563c004c9c0932e1c3077e3e26f25e554c31de19fc06d00001619811d115855826b1a0eb1
Parents:
0a0bfe100423868a5f8589d4e666727ab851da80
Message:
fix: graalMixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/graal.lib

    r0a0bfe ra853df  
    358358  else
    359359    { string pars; string vars = varstr(basering); }
    360   ring Q0 = create_ring("("+charstr(basering)+pars+")", "("+vars+")", "dp");
     360  execute("ring Q0 = ("+charstr(basering)+pars+"),("+vars+"),dp;");
    361361  ideal J0 = imap(Q,J);
    362362  Gr.Q0 = Q0;
     
    410410  }
    411411  l2[s+1] = ringlist(basering)[2];
    412   ring Q0y = create_ring(ringlist(basering)[1], l2, "(ds(s),c,"+ostring+")", "no_minpoly");
     412  execute("ring Q0y = ("+charstr(basering)+"),(Y(1..s),"+varstr(basering)+"),(ds(s),c,"+ostring+")");
    413413  setring Q0y;
    414414  ideal H = imap(Gr.A,H);
Note: See TracChangeset for help on using the changeset viewer.