Ignore:
Timestamp:
Nov 6, 2013, 2:30:52 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
93fc820b11e13b03357f9d05061a1954e37d658c
Parents:
75761633171290fa9ee90c7fc19a9d9bfba3534911ab4e8595e6e90a6b646949f46d516f88a72015
Message:
Merge pull request #389 from jankoboehm/spielwiese

Gerhards fix for zeroRad und some typos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_polyhedralfan.cpp

    r11ab4e r8b1af6  
    352352
    353353      bool notAll=false;
    354       for(int j=0;j<theCone.indices.size();j++)
     354      for(unsigned j=0;j<theCone.indices.size();j++)
    355355        if(dot(rays[theCone.indices[j]],facetCandidates[i]).sign()==0)
    356356          indices.insert(theCone.indices[j]);
     
    395395void addFacesToSymmetricComplex(SymmetricComplex &c, ZCone const &cone, ZMatrix const &facetCandidates, ZMatrix const &generatorsOfLinealitySpace)
    396396{
    397   ZMatrix const &rays=c.getVertices();
     397  // ZMatrix const &rays=c.getVertices();
    398398  std::set<int> indices;
    399399
     
    502502}
    503503
    504 std::string PolyhedralFan::toString(int flags)const
     504std::string PolyhedralFan::toString(int /*flags*/)const
    505505//void PolyhedralFan::printWithIndices(class Printer *p, bool printMultiplicities, SymmetryGroup *sym, bool group, bool ignoreCones, bool xml, bool tPlaneSort, vector<string> const *comments)const
    506506{
Note: See TracChangeset for help on using the changeset viewer.