COIN-OR::LEMON - Graph Library

Changeset 2396:658c04d74729 in lemon-0.x for lemon


Ignore:
Timestamp:
03/07/07 12:56:14 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3227
Message:

naming convention:
header sentry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/ssp_min_cost_flow.h

    r2391 r2396  
    1717 */
    1818
    19 #ifndef LEMON_MIN_COST_FLOW_H
    20 #define LEMON_MIN_COST_FLOW_H
     19#ifndef LEMON_SSP_MIN_COST_FLOW_H
     20#define LEMON_SSP_MIN_COST_FLOW_H
    2121
    2222///\ingroup min_cost_flow
     
    259259} //namespace lemon
    260260
    261 #endif //LEMON_MIN_COST_FLOW_H
     261#endif //LEMON_SSP_MIN_COST_FLOW_H
Note: See TracChangeset for help on using the changeset viewer.