[Lemon-commits] [lemon_svn] athos: r1678 - hugo/trunk/src/work/athos/lp

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


Author: athos
Date: Wed Mar 23 16:43:18 2005
New Revision: 1678

Modified:
   hugo/trunk/src/work/athos/lp/lp_base.h

Log:
Bug fix (thanks to Misi).

Modified: hugo/trunk/src/work/athos/lp/lp_base.h
==============================================================================
--- hugo/trunk/src/work/athos/lp/lp_base.h	(original)
+++ hugo/trunk/src/work/athos/lp/lp_base.h	Wed Mar 23 16:43:18 2005
@@ -40,11 +40,13 @@
     /// \e
     /// \warning Arrays are indexed from 1 (datum at index 0 is ignored)
     virtual void _setRowCoeffs(int i, 
+			       int length,
                                int  const * indices, 
                                Value  const * values ) = 0;
     /// \e
     /// \warning Arrays are indexed from 1 (datum at index 0 is ignored)
     virtual void _setColCoeffs(int i, 
+			       int length,
                                int  const * indices, 
                                Value  const * values ) = 0;
     



More information about the Lemon-commits mailing list