[Lemon-commits] [lemon_svn] athos: r1941 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:48:57 CET 2006


Author: athos
Date: Thu Jun  9 17:12:01 2005
New Revision: 1941

Modified:
   hugo/trunk/lemon/lp_base.h

Log:
Bugfix.

Modified: hugo/trunk/lemon/lp_base.h
==============================================================================
--- hugo/trunk/lemon/lp_base.h	(original)
+++ hugo/trunk/lemon/lp_base.h	Thu Jun  9 17:12:01 2005
@@ -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



More information about the Lemon-commits mailing list