Changeset e2af3af in git for Singular/LIB/teachstd.lib


Ignore:
Timestamp:
Jul 1, 2019, 4:07:30 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
2050058328d464a197ff417b127e85fe08b3a3cd
Parents:
77006ca97061dca7e90bdacf1fbaff76644280a24142c906ad243d17ff54542115db04d9e8264de7
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-07-01 16:07:30+02:00
git-committer:
GitHub <noreply@github.com>2019-07-01 16:07:30+02:00
Message:
Merge pull request #936 from steenpass/execute

replace some occurrences of execute()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/teachstd.lib

    r77006c re2af3af  
    3333
    3434LIB "poly.lib";
     35LIB "ring.lib";
    3536
    3637///////////////////////////////////////////////////////////////////////////////
     
    757758  int ii;
    758759  def bas = basering;
    759   execute("ring  @r_locstd
    760      =("+charstr(bas)+"),(local@t,"+varstr(bas)+"),(dp(1),dp);");
     760  ring @r_locstd = create_ring(ringlist(bas)[1],"(local@t,"+varstr(bas)+")","(dp(1),dp)","no_minpoly");
    761761  ideal id = imap(bas,id);
    762762  ideal hid = homog(id,local@t);
Note: See TracChangeset for help on using the changeset viewer.