Ignore:
Timestamp:
Sep 10, 2013, 7:28:50 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4049491feb1f9f52f927026394356d3dc0bff1ab
Parents:
1b70fe982adba74b2d7a2f4766d7ec6d103a2cf2d18df5f1f6b128c177729f69cdcb63493d3b8277
Message:
Merge branch 'spielwiese' of https://github.com/jankoboehm/Sources into jankoboehm-spielwiese

Conflicts solved:
	Singular/ipshell.cc
	libpolys/polys/ext_fields/transext.cc
	libpolys/polys/monomials/ring.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ellipticcovers.lib

    r1b70fe r7a09e1d  
    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.