Changeset 815d74 in git


Ignore:
Timestamp:
Dec 2, 2010, 5:40:57 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
f318b4c5bdb2a103e88f3356a03bd5eea3ab0133
Parents:
3ed0a6b5a78295e6546924ade5684920f45e3368
Message:
code cleanup: pPolys2Vec

git-svn-id: file:///usr/local/Singular/svn/trunk@13708 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    r3ed0a6 r815d74  
    393393
    394394/*-----------type conversions ----------------------------*/
    395 poly  pPolys2Vec(polyset p, int len);
     395//poly  pPolys2Vec(polyset p, int len);
    396396void  pVec2Polys(poly v, polyset *p, int *len);
    397397int   p_Var(poly mi,const ring r);
  • kernel/polys1.cc

    r3ed0a6 r815d74  
    15401540
    15411541/*-----------type conversions ----------------------------*/
     1542#if 0
    15421543/*2
    15431544* input: a set of polys (len elements: p[0]..p[len-1])
     
    15621563 return v;
    15631564}
     1565#endif
    15641566
    15651567/*2
Note: See TracChangeset for help on using the changeset viewer.