added space

This commit is contained in:
Andreas Fabri 2007-03-11 19:58:35 +00:00
parent 3461b26439
commit 20ed3865aa
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static double max_error_value=.00005;
namespace { namespace {
template <bool CLEAN, class NT> template <bool CLEAN, class NT>
inline void compute_quadratic_roots_t(const NT *begin, const NT */*end*/, NT lb, NT ub, inline void compute_quadratic_roots_t(const NT *begin, const NT * /*end*/, NT lb, NT ub,
std::vector<NT> &roots) std::vector<NT> &roots)
{ {
NT max_error=0; NT max_error=0;