COIN-OR::LEMON - Graph Library

Changeset 2569:12c2c5c4330b in lemon-0.x for lemon/graph_to_eps.h


Ignore:
Timestamp:
02/08/08 11:38:08 (16 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3450
Message:

#include<cmath> -> #include<lemon/math.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_to_eps.h

    r2553 r2569  
    3232#include<vector>
    3333
    34 #include <ctime>
    35 #include <cmath>
    36 
     34#include<ctime>
     35
     36#include<lemon/math.h>
    3737#include<lemon/bits/invalid.h>
    3838#include<lemon/dim2.h>
Note: See TracChangeset for help on using the changeset viewer.