Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (ta…
Browse files Browse the repository at this point in the history
…gs/RELEASE_500/final)
  • Loading branch information
stan-buildbot committed Feb 19, 2020
1 parent dfaf685 commit f3f01a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stan/math/rev/functor/coupled_ode_system.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct coupled_ode_system<F, double, var> {
// Run nested autodiff in this scope
nested_rev_autodiff nested;

vector<var> y_vars(z.begin(), z.begin() + N_);
vector<var> y_vars(z.begin(), z.begin() + N_);

vector<var> dy_dt_vars = f_(t, y_vars, theta_nochain_, x_, x_int_, msgs_);

Expand Down Expand Up @@ -271,7 +271,7 @@ struct coupled_ode_system<F, var, double> {
// Run nested autodiff in this scope
nested_rev_autodiff nested;

vector<var> y_vars(z.begin(), z.begin() + N_);
vector<var> y_vars(z.begin(), z.begin() + N_);

vector<var> dy_dt_vars = f_(t, y_vars, theta_dbl_, x_, x_int_, msgs_);

Expand Down Expand Up @@ -444,7 +444,7 @@ struct coupled_ode_system<F, var, var> {
// Run nested autodiff in this scope
nested_rev_autodiff nested;

vector<var> y_vars(z.begin(), z.begin() + N_);
vector<var> y_vars(z.begin(), z.begin() + N_);

vector<var> dy_dt_vars = f_(t, y_vars, theta_nochain_, x_, x_int_, msgs_);

Expand Down

0 comments on commit f3f01a3

Please sign in to comment.