Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Dec 4, 2023
1 parent 0570e2b commit 3a020dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/ValueWithError.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() ;
Expand Down

0 comments on commit 3a020dd

Please sign in to comment.