Changeset f34215 in git for polys/polys1.cc


Ignore:
Timestamp:
Nov 8, 2010, 4:57:06 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
fb4075bf0613cccede0552d05c1b4ee37a7f6530
Parents:
a04c5ec2b888d58e53a0701c12400ddca144d53e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-11-08 16:57:06+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:35+01:00
Message:
moved some ring-indep. stuff to p_polys
File:
1 edited

Legend:

Unmodified
Added
Removed
  • polys/polys1.cc

    ra04c5e rf34215  
    446446  return result;
    447447}
    448 
    449 
    450 void pSplit(poly p, poly *h)
    451 {
    452   *h=pNext(p);
    453   pNext(p)=NULL;
    454 }
    455 
    456 
    457448
    458449int pMaxCompProc(poly p)
Note: See TracChangeset for help on using the changeset viewer.