# HG changeset patch # User athos # Date 1118329921 0 # Node ID 9f99ede44d59e06f4a2ae6c40b7011c3fc7f2f2a # Parent 7c58aabb9eea1be59b2dd2948b700e78b1da8ef7 Bugfix. diff -r 7c58aabb9eea -r 9f99ede44d59 lemon/lp_base.h --- a/lemon/lp_base.h Thu Jun 09 15:03:58 2005 +0000 +++ b/lemon/lp_base.h Thu Jun 09 15:12:01 2005 +0000 @@ -139,7 +139,7 @@ }; ///\e The type of the investigated LP problem - enum Problemtypes { + enum ProblemTypes { ///Primal-dual feasible PRIMAL_DUAL_FEASIBLE = 0, ///Primal feasible dual infeasible