Changeset fea494 in git for gfanlib


Ignore:
Timestamp:
Sep 24, 2014, 1:05:36 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
65a40710c408315804772d0a7ff078203be9d9bf
Parents:
46f37cb57098799d8399fc704c5b3ca2020ca0c1
Message:
format
Location:
gfanlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_polyhedralfan.h

    r46f37cb rfea494  
    5555  int getMaxDimension()const;
    5656  int getMinDimension()const;
    57  
     57
    5858//   friend PolyhedralFan refinement(const PolyhedralFan &a, const PolyhedralFan &b, int cutOffDimension=-1, bool allowASingleConeOfCutOffDimension=false);
    5959
  • gfanlib/gfanlibtest.cpp

    r46f37cb rfea494  
    4545          string temp2=temp.str();
    4646          for(int k=temp2.size();k<fieldWidth;k++)s<<" ";
    47           s<<temp2; 
     47          s<<temp2;
    4848          if(i+1!=m.getHeight() || j+1!=m.getWidth())
    4949            {
Note: See TracChangeset for help on using the changeset viewer.