[Lemon-commits] [lemon_svn] athos: r1942 - 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:16:12 2005
New Revision: 1942

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:16:12 2005
@@ -960,7 +960,7 @@
     }
 
     ///The type of the original LP problem
-    Problemtypes problemType() {
+    ProblemTypes problemType() {
       return _getProblemType();
     }
 



More information about the Lemon-commits mailing list