# HG changeset patch # User deba # Date 1173268574 0 # Node ID 658c04d74729f1ebdb4a9ca126555eb8a4c6be33 # Parent fe5966d8acfc07c2b82189a4f3227d5dbf736ac4 naming convention: header sentry diff -r fe5966d8acfc -r 658c04d74729 lemon/ssp_min_cost_flow.h --- a/lemon/ssp_min_cost_flow.h Tue Mar 06 17:04:16 2007 +0000 +++ b/lemon/ssp_min_cost_flow.h Wed Mar 07 11:56:14 2007 +0000 @@ -16,8 +16,8 @@ * */ -#ifndef LEMON_MIN_COST_FLOW_H -#define LEMON_MIN_COST_FLOW_H +#ifndef LEMON_SSP_MIN_COST_FLOW_H +#define LEMON_SSP_MIN_COST_FLOW_H ///\ingroup min_cost_flow /// @@ -258,4 +258,4 @@ } //namespace lemon -#endif //LEMON_MIN_COST_FLOW_H +#endif //LEMON_SSP_MIN_COST_FLOW_H