Skip to content

Commit cb602ad

Browse files
committed
Updated ode_store_sensitivities references (design-doc #19)
1 parent 9553f64 commit cb602ad

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

stan/math/rev/fun.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
#include <stan/math/rev/fun/multiply_log.hpp>
107107
#include <stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp>
108108
#include <stan/math/rev/fun/norm.hpp>
109-
#include <stan/math/rev/fun/ode_store_sensitivities.hpp>
110109
#include <stan/math/rev/fun/ordered_constrain.hpp>
111110
#include <stan/math/rev/fun/owens_t.hpp>
112111
#include <stan/math/rev/fun/polar.hpp>

stan/math/rev/functor/ode_store_sensitivities.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef STAN_MATH_REV_FUNCTOR_ODE_STORE_SENSITIVITIES_HPP
22
#define STAN_MATH_REV_FUNCTOR_ODE_STORE_SENSITIVITIES_HPP
33

4-
#include <stan/math/prim/fun/ode_store_sensitivities.hpp>
4+
#include <stan/math/prim/functor/ode_store_sensitivities.hpp>
55
#include <stan/math/rev/core.hpp>
66
#include <ostream>
77
#include <vector>

0 commit comments

Comments
 (0)