Changeset 631b6c8 in git for kernel/gfan.cc


Ignore:
Timestamp:
Nov 20, 2009, 8:22:09 AM (14 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
9cb5303e515b049b81024ab68de6bfe2f04dc1c0
Parents:
b45f5838c39df9ba8d37bf5f6d5ceec98e8bc166
Message:
gcone::getUCN


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

Legend:

Unmodified
Added
Removed
  • kernel/gfan.cc

    rb45f583 r631b6c8  
    8080               
    8181/** \brief The default constructor for facets
    82 * Do I need a constructor of type facet(intvec)?
    8382*/
    8483facet::facet()                 
     
    246245int facet::getUCN()
    247246{
    248         if(this!=NULL && ( this!=(facet *)0xfbfbfbfb || this!=(facet *)0xfbfbfbfbfbfbfbfb) )
     247        if(this!=NULL && ( this!=(facet *)0xfbfbfbfb || this!=(facet *)0xfbfbfbfbfbfbfbfb) )
     248//      if(this!=NULL && ( this->fNormal!=(intvec *)0xfbfbfbfb || this->fNormal!=(intvec *)0xfbfbfbfbfbfbfbfb) )
    249249                return this->UCN;
    250250        else
     
    21632163                                else    //fN and slN are parallel
    21642164                                {
    2165                                                         //We check whether the codim-2-facets coincide
     2165                                        //We check whether the codim-2-facets coincide
    21662166                                        codim2Act = fAct->codim2Ptr;
    21672167                                        ctr=0;
     
    21982198                                                        slHead = slAct->next;                                           
    21992199                                                        if(slHead!=NULL)
    2200                                                                 slHead->prev = NULL;                                   
     2200                                                                slHead->prev = NULL;
     2201                                                        /*delete deleteMarker*/;                                       
    22012202                                                                        //set a bool flag to mark slAct as to be deleted
    22022203                                                }//NOTE find a way to delete without affecting slAct = slAct->next
     
    22302231                                                //slAct=NULL;
    22312232                                                //slAct = slAct->next; //not needed, since facets are equal
    2232                                                 //delete deleteMarker;
     2233//                                              delete deleteMarker;
    22332234                                                //deleteMarker=NULL;
    22342235                                                //fAct = fAct->next;
Note: See TracChangeset for help on using the changeset viewer.