COIN-OR::LEMON - Graph Library

Changeset 2326:af8c695372be in lemon-0.x for lemon


Ignore:
Timestamp:
12/04/06 19:08:30 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3102
Message:

Fix 'unused variable' warnings

Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_glpk.cc

    r2324 r2326  
    214214  }
    215215
    216   LpGlpk::Value LpGlpk::_getCoeff(int row, int col)
     216  LpGlpk::Value LpGlpk::_getCoeff(int, int)
    217217  {
    218218    ///\todo This is not yet implemented!!!
  • lemon/lp_skeleton.cc

    r2324 r2326  
    9999  }
    100100
    101   LpSkeleton::Value LpSkeleton::_getObjCoeff(int i){
     101  LpSkeleton::Value LpSkeleton::_getObjCoeff(int){
    102102    return 0;
    103103  }
Note: See TracChangeset for help on using the changeset viewer.