COIN-OR::LEMON - Graph Library

Changeset 184:716b220697a0 in lemon for lemon/bits/bezier.h


Ignore:
Timestamp:
03/27/08 16:27:23 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Fix gcc-4.3 compilation errors and warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/bezier.h

    r157 r184  
    3333class BezierBase {
    3434public:
    35   typedef Point<double> Point;
     35  typedef lemon::dim2::Point<double> Point;
    3636protected:
    3737  static Point conv(Point x,Point y,double t) {return (1-t)*x+t*y;}
Note: See TracChangeset for help on using the changeset viewer.