Changeset d503ac in git


Ignore:
Timestamp:
Mar 29, 2011, 12:17:50 PM (13 years ago)
Author:
Martin Monerjan
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
bc4941560856aa3e6fb913d32837d1d18ad1e01e
Parents:
40b59abcb3b1bac62ebad6d31700d0d8b5113516
Message:
zc->canonicalize() as per Anders' hint


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

Legend:

Unmodified
Added
Removed
  • kernel/gfan.cc

    r40b59a rd503ac  
    20202020        fNormal = f->getRef2FacetNormal();/*->getFacetNormal();*/       //read this->fNormal;
    20212021#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()); 
    20252025#endif
    20262026        if(this->getUCN() != f->getUCN())
     
    42654265    *zc = ZCone::givenByRays(zm, gfan::ZMatrix(0, zm.getWidth()));
    42664266//     delete &zm;
     4267    zc->canonicalize();//As per Anders' hint
    42674268    fan->insert(*zc);
    42684269//     delete zc;
Note: See TracChangeset for help on using the changeset viewer.