Changeset aaa8358 in git


Ignore:
Timestamp:
Jul 1, 2019, 3:32:49 PM (5 years ago)
Author:
Andreas Steenpass <steenpass@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
4142c906ad243d17ff54542115db04d9e8264de7
Parents:
468f1cd0a1858015dd4df9d29a80273b108974f0
Message:
fix usage of create_ring() in mprimdec.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/mprimdec.lib

    r468f1c raaa8358  
    15511551    for (@k2=1;@k2<=szIndep;@k2++)
    15521552    {
    1553       ring RAU = create_ring(ringlist(basering)[1],"("+indep[@k1][@k2][1]+","+indep[@k1][@k2][2]+")","indep[@k1][@k2][3]","no_minpoly");
     1553      ring RAU = create_ring(ringlist(basering)[1], "("+indep[@k1][@k2][1]+","+indep[@k1][@k2][2]+")", indep[@k1][@k2][3], "no_minpoly");
    15541554      module @N=std(imap(BAS,@N)); // the standard basis in (R[U])[A]
    15551555      execute("ring Rloc=("+charstr(basering)+","+indep[@k1][@k2][2]+"),("+indep[@k1][@k2][1]+"),(C,dp);");
Note: See TracChangeset for help on using the changeset viewer.