Changeset 147167f in git for kernel/gfan.h


Ignore:
Timestamp:
Mar 11, 2010, 7:41:13 PM (14 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
17f35f6769d568dadf1181f63670d7717e20726c
Parents:
8e9b2432dca37f7a38575552109279486869c89e
Message:
static facet slEnd
Possibility for deletion in enqueue2. Yet disabled
Fixed memleak in replaceDouble...
poly strPoly into inner loop in readConeFromFile
getRef2BaseRing (for lpreparelist)
delete gcDel //ed as workaround for crashes with option 0


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

Legend:

Unmodified
Added
Removed
  • kernel/gfan.h

    r8e9b24 r147167f  
    134134{
    135135        private:               
    136 //              ring rootRing;          //good to know this -> generic walk
     136                //ring rootRing;                //good to know this -> generic walk
    137137                ideal inputIdeal;       //the original
    138138                ring baseRing;          //the basering of the cone                             
     
    204204                inline int getCounter();
    205205                inline ring getBaseRing();
     206                inline ring getRef2BaseRing();
    206207                inline void setIntPoint(intvec *iv);
    207208                inline intvec *getIntPoint(bool shallow=FALSE);
     
    222223//              inline int dotProduct(const intvec* a, const intvec *b);
    223224//              inline bool isParallel(const intvec* a, const intvec* b);
    224                 inline bool ivAreEqual(intvec &a, intvec &b);
     225                inline bool ivAreEqual(const intvec &a, const intvec &b);
    225226                inline bool areEqual( facet *f,  facet *g);
    226227                inline bool areEqual2(facet* f, facet *g);
Note: See TracChangeset for help on using the changeset viewer.