From 6252307e8f3fc5edf8e9e33c5cd5966a35017993 Mon Sep 17 00:00:00 2001 From: rok-cesnovar Date: Tue, 21 Dec 2021 17:36:46 +0100 Subject: [PATCH] debug 3 --- stan/math/prim/fun/matrix_exp_action_handler.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stan/math/prim/fun/matrix_exp_action_handler.hpp b/stan/math/prim/fun/matrix_exp_action_handler.hpp index 78206d00024..65e2691e28d 100644 --- a/stan/math/prim/fun/matrix_exp_action_handler.hpp +++ b/stan/math/prim/fun/matrix_exp_action_handler.hpp @@ -23,8 +23,8 @@ namespace math { * and t is double. */ class matrix_exp_action_handler { - constexpr int p_max = 8; - constexpr int m_max = 55; + int p_max = 8; + int m_max = 55; static constexpr double tol = 1.0e-16; const std::vector theta_m_single{