Skip to content

Commit ed3ce3a

Browse files
committed
make non-static so it's memory is allocated dynamically.
1 parent b292cae commit ed3ce3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • test/unit/math/laplace/roach_data

test/unit/math/laplace/roach_data/mu.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <vector>
33
namespace stan::test::laplace::roach {
44

5-
static const auto mu_raw = std::vector<double>{
5+
const auto mu_raw = std::vector<double>{
66
5.50893,
77
5.5827,
88
5.34534,

0 commit comments

Comments
 (0)