mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Deleted unused variable
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user