We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21560cf commit 3435d1bCopy full SHA for 3435d1b
1 file changed
stan/math/fwd/functor/integrate_1d.hpp
@@ -31,7 +31,6 @@ inline return_type_t<T_a, T_b, Args...> integrate_1d_impl(
31
const F &f, const T_a &a, const T_b &b, double relative_tolerance,
32
std::ostream *msgs, const Args &... args) {
33
using FvarT = scalar_type_t<return_type_t<T_a, T_b, Args...>>;
34
- using FvarInnerT = typename FvarT::Scalar;
35
36
// Wrap integrate_1d call in a functor where the input arguments are only
37
// for which tangents are needed
0 commit comments