Changeset cd7960 in git


Ignore:
Timestamp:
Jul 31, 2016, 10:49:29 AM (8 years ago)
Author:
Jakob Kroeker <kroeker@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7b03761efc366bdaf44e4ac64daa8ae01254efc5
Parents:
34183abab486cee38d70559e5cdcfbc307938f64
git-author:
Jakob Kroeker <kroeker@math.uni-hannover.de>2016-07-31 10:49:29+02:00
git-committer:
Jakob Kroeker <kroeker@math.uni-hannover.de>2016-07-31 10:57:00+02:00
Message:
fix variable declaration before minpoly is defined in brnoeth.lib
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/brnoeth.lib

    r34183a rcd7960  
    370370        // the point is non-rational and a field extension with minpoly=aux
    371371        // is needed
    372         ring r_ext=(char(basering),@a),(x,y,z),lp;
     372        ring r_ext=(char(basering),@a),(x,y,z),lp;       
     373        poly aux=imap(base_r,aux);
     374        minpoly=number(subst(aux,x,@a));
    373375        poly F=imap(r_auxz,F);
    374376        poly f_xz=subst(F,y,1);
    375         poly aux=imap(base_r,aux);
    376         minpoly=number(subst(aux,x,@a));
    377377        map phi=r_ext,x+@a,0,z;
    378378        poly f_origin=phi(f_xz);
  • Tst/Short.lst

    r34183a rcd7960  
    7676Short/bug_633.tst
    7777Short/bug_7.tst
     78Short/bug_tr770.tst
    7879Short/bug_8.tst
    7980Short/bug_9.tst
Note: See TracChangeset for help on using the changeset viewer.