Ignore:
Timestamp:
Sep 9, 2013, 11:07:55 AM (10 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
ba49bf104d6b7507ed3b20c7e82c411b63cd90c3
Parents:
6e5fb8733fcf1f4906723aab1d2feac2351a2769
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-09 11:07:55+02:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-09 11:14:16+02:00
Message:
fixed some minor bugs in ellipticcovers.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ellipticcovers.lib

    r6e5fb8 rdc8eb2  
    213213  }
    214214  if ((typeof(xy)=="graph")||(typeof(d)=="list"))  {
    215     list xl = ringlist(R)[1][2];
     215    list xl = ringlist(basering)[1][2];
    216216    list ed = xy.edges;
    217217    number f=1;
     
    408408  if (typeof(P)=="graph"){
    409409     if (size(#)>1){
    410        return(gromovWitten(propagator(G,#)));
     410       return(gromovWitten(propagator(P,#)));
    411411     } else {
    412412      int d =#[1];
     
    416416      for (int j=1; j<=size(pa); j++) {
    417417       ti=timer;
    418        re[j]=gromovWitten(propagator(G,pa[j]));
     418       re[j]=gromovWitten(propagator(P,pa[j]));
    419419       ti=timer-ti;
    420420       //print(string(j)+" / "+string(size(pa))+"    "+string(pa[j])+"     "+string(re[j])+"      "+string(sum(re))+"     "+string(ti));
     
    461461       ti=timer;
    462462       //pararg[j]=list(propagator(G,pa[j]));
    463        re[j]=gromovWitten(propagator(G,pa[j]));
     463       re[j]=gromovWitten(propagator(P,pa[j]));
    464464       ti=timer-ti;
    465465       if (vb>0){print(string(j)+" / "+string(size(pa))+"    "+string(pa[j])+"     "+string(re[j])+"      "+string(sum(re))+"     "+string(ti));}
Note: See TracChangeset for help on using the changeset viewer.