Changeset d72574 in git for kernel


Ignore:
Timestamp:
Jul 6, 2010, 12:21:10 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
9718cd420b91cd6f3027a8cfa87096bc8a883b1f
Parents:
c380cd20c0934bbaf575f66ab2d1c33c4ee827fb
Message:
removed ppDelete

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

Legend:

Unmodified
Added
Removed
  • kernel/polys-impl.cc

    rc380cd rd72574  
    4545 *
    4646 ***************************************************************/
    47 
    48 
    49 void ppDelete(poly* p, const ring rg)
    50 {
    51   ring origRing = currRing;
    52   rChangeCurrRing(rg);
    53   pDelete(p);
    54   rChangeCurrRing(origRing);
    55 }
    5647
    5748
  • kernel/polys.h

    rc380cd rd72574  
    317317poly      pmInit(const char *s, BOOLEAN &ok); /* monom -> poly, interpreter */
    318318const char *    p_Read(const char *s, poly &p,const ring r); /* monom -> poly */
    319 void      ppDelete(poly * a,const ring r);
    320319
    321320/*-------------operations on polynomials:------------*/
Note: See TracChangeset for help on using the changeset viewer.