COIN-OR::LEMON - Graph Library

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

math.h -> cmath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/graph_displayer_canvas.cc

    r1614 r1632  
    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.