COIN-OR::LEMON - Graph Library

Changeset 2569:12c2c5c4330b in lemon-0.x for demo


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>

Location:
demo
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • demo/descriptor_map_demo.cc

    r2568 r2569  
    3737#include <iostream>
    3838
    39 #include <cmath>
     39#include <lemon/math.h>
    4040
    4141
  • demo/eps_demo.cc

    r2568 r2569  
    2828/// \include eps_demo.cc
    2929
    30 #include <cmath>
     30#include <lemon/math.h>
    3131#include <lemon/eps.h>
    3232
  • demo/graph_to_eps_demo.cc

    r2553 r2569  
    3131/// \include graph_to_eps_demo.cc
    3232
    33 #include <cmath>
     33#include <lemon/math.h>
    3434
    3535#include<lemon/graph_to_eps.h>
  • demo/min_route.cc

    r2553 r2569  
    2828#include <lemon/time_measure.h>
    2929
    30 #include <cmath>
     30#include <lemon/math.h>
    3131
    3232/// \ingroup demos
  • demo/steiner_demo.cc

    r2553 r2569  
    3030#include <lemon/time_measure.h>
    3131#include <lemon/graph_to_eps.h>
    32 
    3332#include <lemon/steiner.h>
     33#include <lemon/math.h>
    3434
    3535#include <cstdlib>
    36 #include <cmath>
    3736
    3837using namespace lemon;
Note: See TracChangeset for help on using the changeset viewer.