Bug fix (thanks to Misi).
authorathos
Wed, 23 Mar 2005 15:43:18 +0000
changeset 12518f7ce70899e6
parent 1250 30f540067a80
child 1252 4fee8e9d9014
Bug fix (thanks to Misi).
src/work/athos/lp/lp_base.h
     1.1 --- a/src/work/athos/lp/lp_base.h	Wed Mar 23 14:31:59 2005 +0000
     1.2 +++ b/src/work/athos/lp/lp_base.h	Wed Mar 23 15:43:18 2005 +0000
     1.3 @@ -40,11 +40,13 @@
     1.4      /// \e
     1.5      /// \warning Arrays are indexed from 1 (datum at index 0 is ignored)
     1.6      virtual void _setRowCoeffs(int i, 
     1.7 +			       int length,
     1.8                                 int  const * indices, 
     1.9                                 Value  const * values ) = 0;
    1.10      /// \e
    1.11      /// \warning Arrays are indexed from 1 (datum at index 0 is ignored)
    1.12      virtual void _setColCoeffs(int i, 
    1.13 +			       int length,
    1.14                                 int  const * indices, 
    1.15                                 Value  const * values ) = 0;
    1.16