Ignore:
Timestamp:
Nov 14, 2013, 12:55:19 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
69d7df9d6e37a88830212a5cdd4ec805ea3bf11f
Parents:
805db880fb96d59fecac7fee422e4f6717e4b9cb
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-14 00:55:19+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-15 14:58:04+01:00
Message:
Fix compiler error: "friend declaration specifying a default argument must be a definition" in gfanlib/gfanlib_polyhedralfan.h

  friend PolyhedralFan refinement(const PolyhedralFan &a, const PolyhedralFan &b, int cutOffDimension=-1, bool allowASingleConeOfCutO...
                       ^
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_polyhedralfan.h

    r805db88 r4b5171  
    2424typedef std::map<int,IntVectorList> IncidenceList;
    2525
     26class PolyhedralFan ;
    2627
     28PolyhedralFan refinement(const PolyhedralFan &a, const PolyhedralFan &b, int cutOffDimension=-1, bool allowASingleConeOfCutOffDimension=false);
    2729
    2830/** A PolyhedralFan is simply a collection of canonicalized PolyhedralCones.
     
    5355  int getMaxDimension()const;
    5456  int getMinDimension()const;
    55   friend PolyhedralFan refinement(const PolyhedralFan &a, const PolyhedralFan &b, int cutOffDimension=-1, bool allowASingleConeOfCutOffDimension=false);
     57 
     58//   friend PolyhedralFan refinement(const PolyhedralFan &a, const PolyhedralFan &b, int cutOffDimension=-1, bool allowASingleConeOfCutOffDimension=false);
     59
    5660  ZMatrix getRays(int dim=1);//This can be called for other dimensions than 1. The term "Rays" still makes sense modulo the common linearity space
    5761  ZMatrix getRelativeInteriorPoints();
Note: See TracChangeset for help on using the changeset viewer.