Changeset f5a3167 in git for kernel/gfan.h


Ignore:
Timestamp:
Nov 24, 2009, 3:47:08 PM (14 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6d0c34789bdabdaacd82a5c41c3c7fca1d2eb99e
Parents:
38f763ebc0e6bb2edf001bab9337f25e3968589e
Message:
facet copy constructor
used in enqueue
facet::areEqual is now of class gcone but still compares facets
Cleanup in enqueue


git-svn-id: file:///usr/local/Singular/svn/trunk@12322 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/gfan.h

    r38f763 rf5a3167  
    7979                               
    8080                /** \brief Comparison of facets*/
    81                 bool areEqual(facet &f, facet &g);
     81                bool areEqual(facet *f, facet *g);
    8282                /** Stores the facet normal \param intvec*/
    8383                void setFacetNormal(intvec *iv);
     
    173173                bool isParallel(intvec const &a, intvec const &b);
    174174                bool areEqual(intvec const &a, intvec const &b);
     175                bool areEqual(facet *f, facet *g);
    175176                int intgcd(int a, int b);
    176177                void writeConeToFile(gcone const &gc, bool usingIntPoints=FALSE);
Note: See TracChangeset for help on using the changeset viewer.