Changeset 921:818510fa3d99 in lemon-0.x for src/lemon/time_measure.h
- Timestamp:
- 09/29/04 17:30:04 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/time_measure.h
r906 r921 1 1 /* -*- C++ -*- 2 * src/ hugo/time_measure.h - Part of HUGOlib, a generic C++ optimization library2 * src/lemon/time_measure.h - Part of LEMON, a generic C++ optimization library 3 3 * 4 4 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport … … 15 15 */ 16 16 17 #ifndef HUGO_TIME_MEASURE_H18 #define HUGO_TIME_MEASURE_H17 #ifndef LEMON_TIME_MEASURE_H 18 #define LEMON_TIME_MEASURE_H 19 19 20 20 ///\ingroup misc … … 28 28 #include <unistd.h> 29 29 30 namespace hugo{30 namespace lemon { 31 31 32 32 /// \addtogroup misc … … 143 143 ///It is quite easy-to-use, here is a short example. 144 144 ///\code 145 ///#include< hugo/time_measure.h>145 ///#include<lemon/time_measure.h> 146 146 ///#include<iostream> 147 147 /// … … 223 223 /// @} 224 224 225 } //namespace hugo226 227 #endif // HUGO_TIME_MEASURE_H225 } //namespace lemon 226 227 #endif //LEMON_TIME_MEASURE_H
Note: See TracChangeset
for help on using the changeset viewer.