COIN-OR::LEMON - Graph Library

Changeset 921:818510fa3d99 in lemon-0.x for src/work/jacint/preflow_res.h


Ignore:
Timestamp:
09/29/04 17:30:04 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
Message:

hugo -> lemon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/jacint/preflow_res.h

    r444 r921  
    11// -*- C++ -*-
    22//The same as preflow.h, using ResGraphWrapper
    3 #ifndef HUGO_PREFLOW_RES_H
    4 #define HUGO_PREFLOW_RES_H
     3#ifndef LEMON_PREFLOW_RES_H
     4#define LEMON_PREFLOW_RES_H
    55
    66#define H0 20
     
    1313#include<iostream>
    1414
    15 namespace hugo {
     15namespace lemon {
    1616
    1717  template <typename Graph, typename T,
     
    487487  };
    488488
    489 } //namespace hugo
    490 
    491 #endif //HUGO_PREFLOW_RES_H
    492 
    493 
    494 
    495 
     489} //namespace lemon
     490
     491#endif //LEMON_PREFLOW_RES_H
     492
     493
     494
     495
Note: See TracChangeset for help on using the changeset viewer.