COIN-OR::LEMON - Graph Library

Changeset 1222:c40a9d94442d in lemon for lemon/base.cc


Ignore:
Timestamp:
06/05/12 12:06:28 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

New features in time_measure.h (#442)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/base.cc

    r554 r1222  
    2222#include<lemon/tolerance.h>
    2323#include<lemon/core.h>
     24#include<lemon/time_measure.h>
    2425namespace lemon {
    2526
     
    3233#endif
    3334
     35  TimeStamp::Format TimeStamp::_format = TimeStamp::NORMAL;
     36
    3437} //namespace lemon
Note: See TracChangeset for help on using the changeset viewer.