missing reference / typo

This commit is contained in:
Michael Hemmer 2010-08-06 14:43:56 +00:00
parent 9753c4b67b
commit 37c48c8f93
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ struct Coercion_traits< leda_bigfloat_interval , ::leda::integer >{
struct Cast{
typedef Type result_type;
Type operator()(const leda_bigfloat_interval& x) const { return x;}
Type operator()(const ::leda::integer x) const {
Type operator()(const ::leda::integer& x) const {
leda::bigfloat tmp(x);
leda_bigfloat_interval result(
round(tmp,leda::bigfloat::get_precision(),leda::TO_N_INF),