Changeset 2fe3fc in git


Ignore:
Timestamp:
Jul 22, 2019, 2:20:57 PM (5 years ago)
Author:
Andreas Steenpass <steenpass@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
628fc3d0ec524cd36ca82c3a6275c0dcf5d73c83
Parents:
a8b8c9468e93f69e5a97547fd88e730c2c95beda
Message:
fix call of create_ring() in tropicalNewton.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/tropicalNewton.lib

    ra8b8c94 r2fe3fc  
    737737  def origin = basering;
    738738  intvec wOne = oneVector(nvars(origin));
    739   ring rInitialIdeal = create_ring(ringlist(origin)[1], "("+varstr(origin)+")", "(a(wOne),wp(w))", "no_minpoly");
     739  list ordering = list(list("a", wOne), list("wp", w));
     740  ring rInitialIdeal = create_ring(ringlist(origin)[1], "("+varstr(origin)+")", ordering, "no_minpoly");
    740741  ideal I = imap(origin,I);
    741742  int tinI = timer;
Note: See TracChangeset for help on using the changeset viewer.