Changeset d503ac in git for kernel/gfan.cc
- Timestamp:
- Mar 29, 2011, 12:17:50 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- bc4941560856aa3e6fb913d32837d1d18ad1e01e
- Parents:
- 40b59abcb3b1bac62ebad6d31700d0d8b5113516
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.cc
r40b59a rd503ac 2020 2020 fNormal = f->getRef2FacetNormal();/*->getFacetNormal();*/ //read this->fNormal; 2021 2021 #ifndef NDEBUG 2022 printf("flipping UCN %i over facet(",this->getUCN());2023 fNormal->show(1,0);2024 printf(") with UCN %i\n",f->getUCN());2022 // printf("flipping UCN %i over facet(",this->getUCN()); 2023 // fNormal->show(1,0); 2024 // printf(") with UCN %i\n",f->getUCN()); 2025 2025 #endif 2026 2026 if(this->getUCN() != f->getUCN()) … … 4265 4265 *zc = ZCone::givenByRays(zm, gfan::ZMatrix(0, zm.getWidth())); 4266 4266 // delete &zm; 4267 zc->canonicalize();//As per Anders' hint 4267 4268 fan->insert(*zc); 4268 4269 // delete zc;
Note: See TracChangeset
for help on using the changeset viewer.