Changeset 631b6c8 in git for kernel/gfan.cc
- Timestamp:
- Nov 20, 2009, 8:22:09 AM (14 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9cb5303e515b049b81024ab68de6bfe2f04dc1c0
- Parents:
- b45f5838c39df9ba8d37bf5f6d5ceec98e8bc166
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.cc
rb45f583 r631b6c8 80 80 81 81 /** \brief The default constructor for facets 82 * Do I need a constructor of type facet(intvec)?83 82 */ 84 83 facet::facet() … … 246 245 int facet::getUCN() 247 246 { 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) ) 249 249 return this->UCN; 250 250 else … … 2163 2163 else //fN and slN are parallel 2164 2164 { 2165 2165 //We check whether the codim-2-facets coincide 2166 2166 codim2Act = fAct->codim2Ptr; 2167 2167 ctr=0; … … 2198 2198 slHead = slAct->next; 2199 2199 if(slHead!=NULL) 2200 slHead->prev = NULL; 2200 slHead->prev = NULL; 2201 /*delete deleteMarker*/; 2201 2202 //set a bool flag to mark slAct as to be deleted 2202 2203 }//NOTE find a way to delete without affecting slAct = slAct->next … … 2230 2231 //slAct=NULL; 2231 2232 //slAct = slAct->next; //not needed, since facets are equal 2232 //delete deleteMarker;2233 // delete deleteMarker; 2233 2234 //deleteMarker=NULL; 2234 2235 //fAct = fAct->next;
Note: See TracChangeset
for help on using the changeset viewer.