COIN-OR::LEMON - Graph Library

Changeset 2253:1645f6cc9667 in lemon-0.x


Ignore:
Timestamp:
10/17/06 13:05:23 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3003
Message:

Remove superfluous #ifndef boundaries

Location:
lemon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_glpk.cc

    r1956 r2253  
    1717 */
    1818
    19 #ifndef LEMON_LP_GLPK_CC
    20 #define LEMON_LP_GLPK_CC
    21 
    2219///\file
    2320///\brief Implementation of the LEMON-GLPK lp solver interface.
     
    527524 
    528525} //END OF NAMESPACE LEMON
    529 
    530 #endif //LEMON_LP_GLPK_CC
  • lemon/mip_cplex.cc

    r2226 r2253  
    1616 *
    1717 */
    18 
    19 #ifndef LEMON_MIP_CPLEX_CC
    20 #define LEMON_MIP_CPLEX_CC
    2118
    2219///\file
     
    135132  }
    136133} //END OF NAMESPACE LEMON
    137 
    138 #endif //END OF MIP_CPLEX_CC
  • lemon/mip_glpk.cc

    r2218 r2253  
    1616 *
    1717 */
    18 
    19 #ifndef LEMON_MIP_GLPK_CC
    20 #define LEMON_MIP_GLPK_CC
    2118
    2219///\file
     
    112109  }
    113110} //END OF NAMESPACE LEMON
    114 
    115 #endif //END OF MIP_GLPK_CC
Note: See TracChangeset for help on using the changeset viewer.