Skip to content

Commit 3435d1b

Browse files
committed
Missed typedef
1 parent 21560cf commit 3435d1b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

stan/math/fwd/functor/integrate_1d.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ inline return_type_t<T_a, T_b, Args...> integrate_1d_impl(
3131
const F &f, const T_a &a, const T_b &b, double relative_tolerance,
3232
std::ostream *msgs, const Args &... args) {
3333
using FvarT = scalar_type_t<return_type_t<T_a, T_b, Args...>>;
34-
using FvarInnerT = typename FvarT::Scalar;
3534

3635
// Wrap integrate_1d call in a functor where the input arguments are only
3736
// for which tangents are needed

0 commit comments

Comments
 (0)