Changeset e2af3af in git for Singular/LIB/general.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/general.lib

    r77006c re2af3af  
    3737LIB "poly.lib";
    3838LIB "matrix.lib";
     39LIB "ring.lib";
    3940///////////////////////////////////////////////////////////////////////////////
    4041
     
    709710      if ( typeof(#[1])=="string" )
    710711      {
    711          execute("ring r1 =("+charstr(P)+"),("+varstr(P)+"),("+#[1]+");");
     712         ring r1 = create_ring(ringlist(P)[1],"("+varstr(P)+")","("+#[1]+")","no_minpoly");
    712713         def i = imap(P,id);
    713714         v = sortvec(i);
Note: See TracChangeset for help on using the changeset viewer.