lemon/lp_glpk.cc
changeset 2326 af8c695372be
parent 2324 18fc834761d9
child 2328 b4931ae52069
     1.1 --- a/lemon/lp_glpk.cc	Mon Dec 04 16:51:46 2006 +0000
     1.2 +++ b/lemon/lp_glpk.cc	Mon Dec 04 18:08:30 2006 +0000
     1.3 @@ -213,7 +213,7 @@
     1.4      }
     1.5    }
     1.6  
     1.7 -  LpGlpk::Value LpGlpk::_getCoeff(int row, int col)
     1.8 +  LpGlpk::Value LpGlpk::_getCoeff(int, int)
     1.9    {
    1.10      ///\todo This is not yet implemented!!!
    1.11      return 0;