diff --git a/source/src/ValueWithError.cpp b/source/src/ValueWithError.cpp index 0f914283..68e1c8f1 100644 --- a/source/src/ValueWithError.cpp +++ b/source/src/ValueWithError.cpp @@ -3291,7 +3291,7 @@ namespace const Ostap::Math::ValueWithError& b , const long double alpha ) { - const double beta = 1.0L - alpha ; + const long double beta = 1.0L - alpha ; // const double am = a.value() ; const double bm = b.value() ;