COIN-OR::LEMON - Graph Library

Changeset 260:fb27d1c7036e in lemon-0.x


Ignore:
Timestamp:
03/29/04 18:02:14 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@365
Message:

HUGO_ in header file defines

Location:
src/work
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/work/bfs_iterator.h

    r243 r260  
    11// -*- c++ -*-
    2 #ifndef BFS_ITERATOR_H
    3 #define BFS_ITERATOR_H
     2#ifndef HUGO_BFS_ITERATOR_H
     3#define HUGO_BFS_ITERATOR_H
    44
    55#include <queue>
     
    835835} // namespace hugo
    836836
    837 #endif //BFS_ITERATOR_H
     837#endif //HUGO_BFS_ITERATOR_H
  • src/work/list_graph.h

    r233 r260  
    11// -*- c++ -*-
    2 #ifndef LIST_GRAPH_H
    3 #define LIST_GRAPH_H
     2#ifndef HUGO_LIST_GRAPH_H
     3#define HUGO_LIST_GRAPH_H
    44
    55#include <iostream>
     
    562562} //namespace hugo
    563563
    564 #endif //LIST_GRAPH_H
     564#endif //HUGO_LIST_GRAPH_H
Note: See TracChangeset for help on using the changeset viewer.