diff -r 7afc121e0689 -r ed54c0d13df0 lemon/lp_base.cc --- a/lemon/lp_base.cc Tue Dec 02 21:40:33 2008 +0100 +++ b/lemon/lp_base.cc Tue Dec 02 22:48:28 2008 +0100 @@ -22,14 +22,7 @@ #include namespace lemon { - const LpSolverBase::Value - LpSolverBase::INF = std::numeric_limits::infinity(); - const LpSolverBase::Value - LpSolverBase::NaN = std::numeric_limits::quiet_NaN(); - -// const LpSolverBase::Constr::Value -// LpSolverBase::Constr::INF = std::numeric_limits::infinity(); -// const LpSolverBase::Constr::Value -// LpSolverBase::Constr::NaN = std::numeric_limits::quiet_NaN(); + const LpBase::Value LpBase::INF = std::numeric_limits::infinity(); + const LpBase::Value LpBase::NaN = std::numeric_limits::quiet_NaN(); } //namespace lemon