mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +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 one = 1;
|
||||||
const Scalar machep = igamma_helper<Scalar>::machep();
|
const Scalar machep = igamma_helper<Scalar>::machep();
|
||||||
const Scalar maxlog = numext::log(NumTraits<Scalar>::highest());
|
const Scalar maxlog = numext::log(NumTraits<Scalar>::highest());
|
||||||
const Scalar nan = NumTraits<Scalar>::quiet_NaN();
|
|
||||||
|
|
||||||
double ans, ax, c, r;
|
double ans, ax, c, r;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user