diff -r fc7bc2dacee5 -r 69a8e672acb1 src/hugo/min_cost_flow.h --- a/src/hugo/min_cost_flow.h Wed Sep 22 09:58:17 2004 +0000 +++ b/src/hugo/min_cost_flow.h Wed Sep 22 10:47:59 2004 +0000 @@ -1,6 +1,6 @@ // -*- c++ -*- -#ifndef HUGO_MINCOSTFLOWS_H -#define HUGO_MINCOSTFLOWS_H +#ifndef HUGO_MIN_COST_FLOW_H +#define HUGO_MIN_COST_FLOW_H ///\ingroup flowalgs ///\file @@ -238,4 +238,4 @@ } //namespace hugo -#endif //HUGO_MINCOSTFLOWS_H +#endif //HUGO_MIN_COST_FLOW_H