COIN-OR::LEMON - Graph Library

Changeset 59:c38925cc6a4d in glemon-0.x for graph_displayer_canvas.cc


Ignore:
Timestamp:
08/16/05 22:07:14 (19 years ago)
Author:
Alpar Juttner
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2140
Message:

math.h -> cmath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.cc

    r55 r59  
    11#include "graph_displayer_canvas.h"
    22#include "broken_edge.h"
    3 #include <math.h>
     3#include <cmath>
    44
    55GraphDisplayerCanvas::GraphDisplayerCanvas(MapStorage & ms, MapWin & mw, Gtk::Window * mainwin) :
Note: See TracChangeset for help on using the changeset viewer.