mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
Deleted unused variable
This commit is contained in:
parent
40d1e2f8c7
commit
a5d4545083
@ -741,7 +741,6 @@ struct igamma_impl {
|
||||
const Scalar one = 1;
|
||||
const Scalar machep = igamma_helper<Scalar>::machep();
|
||||
const Scalar maxlog = numext::log(NumTraits<Scalar>::highest());
|
||||
const Scalar nan = NumTraits<Scalar>::quiet_NaN();
|
||||
|
||||
double ans, ax, c, r;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user