|
1 | 1 | $ ../../../../../../install/default/bin/stanc -fsoa --print-cpp complex-fails.stan
|
2 |
| -// Code generated by %%NAME%% %%VERSION%% |
| 2 | +// Code generated by stanc v2.32.0-rc1 |
3 | 3 | #include <stan/model/model_header.hpp>
|
4 | 4 | namespace complex_fails_model_namespace {
|
5 | 5 | using stan::model::model_base_crtp;
|
@@ -42,7 +42,7 @@ class complex_fails_model final : public model_base_crtp<complex_fails_model> {
|
42 | 42 | return "complex_fails_model";
|
43 | 43 | }
|
44 | 44 | inline std::vector<std::string> model_compile_info() const noexcept {
|
45 |
| - return std::vector<std::string>{"stanc_version = %%NAME%%3 %%VERSION%%", |
| 45 | + return std::vector<std::string>{"stanc_version = stanc3 v2.32.0-rc1", |
46 | 46 | "stancflags = -fsoa --print-cpp"};
|
47 | 47 | }
|
48 | 48 | template <bool propto__, bool jacobian__, typename VecR, typename VecI,
|
@@ -381,7 +381,7 @@ stan::math::profile_map& get_stan_profile_data() {
|
381 | 381 | }
|
382 | 382 | #endif
|
383 | 383 | $ ../../../../../../install/default/bin/stanc -fsoa --print-cpp constraints.stan
|
384 |
| -// Code generated by %%NAME%% %%VERSION%% |
| 384 | +// Code generated by stanc v2.32.0-rc1 |
385 | 385 | #include <stan/model/model_header.hpp>
|
386 | 386 | namespace constraints_model_namespace {
|
387 | 387 | using stan::model::model_base_crtp;
|
@@ -765,7 +765,7 @@ class constraints_model final : public model_base_crtp<constraints_model> {
|
765 | 765 | return "constraints_model";
|
766 | 766 | }
|
767 | 767 | inline std::vector<std::string> model_compile_info() const noexcept {
|
768 |
| - return std::vector<std::string>{"stanc_version = %%NAME%%3 %%VERSION%%", |
| 768 | + return std::vector<std::string>{"stanc_version = stanc3 v2.32.0-rc1", |
769 | 769 | "stancflags = -fsoa --print-cpp"};
|
770 | 770 | }
|
771 | 771 | template <bool propto__, bool jacobian__, typename VecR, typename VecI,
|
@@ -2355,7 +2355,7 @@ stan::math::profile_map& get_stan_profile_data() {
|
2355 | 2355 | }
|
2356 | 2356 | #endif
|
2357 | 2357 | $ ../../../../../../install/default/bin/stanc -fsoa --print-cpp deep_dependence.stan
|
2358 |
| -// Code generated by %%NAME%% %%VERSION%% |
| 2358 | +// Code generated by stanc v2.32.0-rc1 |
2359 | 2359 | #include <stan/model/model_header.hpp>
|
2360 | 2360 | namespace deep_dependence_model_namespace {
|
2361 | 2361 | using stan::model::model_base_crtp;
|
@@ -2409,7 +2409,7 @@ class deep_dependence_model final : public model_base_crtp<deep_dependence_model
|
2409 | 2409 | return "deep_dependence_model";
|
2410 | 2410 | }
|
2411 | 2411 | inline std::vector<std::string> model_compile_info() const noexcept {
|
2412 |
| - return std::vector<std::string>{"stanc_version = %%NAME%%3 %%VERSION%%", |
| 2412 | + return std::vector<std::string>{"stanc_version = stanc3 v2.32.0-rc1", |
2413 | 2413 | "stancflags = -fsoa --print-cpp"};
|
2414 | 2414 | }
|
2415 | 2415 | template <bool propto__, bool jacobian__, typename VecR, typename VecI,
|
@@ -2921,7 +2921,7 @@ stan::math::profile_map& get_stan_profile_data() {
|
2921 | 2921 | }
|
2922 | 2922 | #endif
|
2923 | 2923 | $ ../../../../../../install/default/bin/stanc -fsoa --print-cpp indexing.stan
|
2924 |
| -// Code generated by %%NAME%% %%VERSION%% |
| 2924 | +// Code generated by stanc v2.32.0-rc1 |
2925 | 2925 | #include <stan/model/model_header.hpp>
|
2926 | 2926 | namespace indexing_model_namespace {
|
2927 | 2927 | using stan::model::model_base_crtp;
|
@@ -3291,7 +3291,7 @@ class indexing_model final : public model_base_crtp<indexing_model> {
|
3291 | 3291 | return "indexing_model";
|
3292 | 3292 | }
|
3293 | 3293 | inline std::vector<std::string> model_compile_info() const noexcept {
|
3294 |
| - return std::vector<std::string>{"stanc_version = %%NAME%%3 %%VERSION%%", |
| 3294 | + return std::vector<std::string>{"stanc_version = stanc3 v2.32.0-rc1", |
3295 | 3295 | "stancflags = -fsoa --print-cpp"};
|
3296 | 3296 | }
|
3297 | 3297 | template <bool propto__, bool jacobian__, typename VecR, typename VecI,
|
@@ -4984,7 +4984,7 @@ stan::math::profile_map& get_stan_profile_data() {
|
4984 | 4984 | }
|
4985 | 4985 | #endif
|
4986 | 4986 | $ ../../../../../../install/default/bin/stanc -fsoa --print-cpp indexing2.stan
|
4987 |
| -// Code generated by %%NAME%% %%VERSION%% |
| 4987 | +// Code generated by stanc v2.32.0-rc1 |
4988 | 4988 | #include <stan/model/model_header.hpp>
|
4989 | 4989 | namespace indexing2_model_namespace {
|
4990 | 4990 | using stan::model::model_base_crtp;
|
@@ -5063,7 +5063,7 @@ class indexing2_model final : public model_base_crtp<indexing2_model> {
|
5063 | 5063 | return "indexing2_model";
|
5064 | 5064 | }
|
5065 | 5065 | inline std::vector<std::string> model_compile_info() const noexcept {
|
5066 |
| - return std::vector<std::string>{"stanc_version = %%NAME%%3 %%VERSION%%", |
| 5066 | + return std::vector<std::string>{"stanc_version = stanc3 v2.32.0-rc1", |
5067 | 5067 | "stancflags = -fsoa --print-cpp"};
|
5068 | 5068 | }
|
5069 | 5069 | template <bool propto__, bool jacobian__, typename VecR, typename VecI,
|
@@ -5410,7 +5410,7 @@ stan::math::profile_map& get_stan_profile_data() {
|
5410 | 5410 | }
|
5411 | 5411 | #endif
|
5412 | 5412 | $ ../../../../../../install/default/bin/stanc -fsoa --print-cpp reductions_allowed.stan
|
5413 |
| -// Code generated by %%NAME%% %%VERSION%% |
| 5413 | +// Code generated by stanc v2.32.0-rc1 |
5414 | 5414 | #include <stan/model/model_header.hpp>
|
5415 | 5415 | namespace reductions_allowed_model_namespace {
|
5416 | 5416 | using stan::model::model_base_crtp;
|
@@ -5525,7 +5525,7 @@ class reductions_allowed_model final : public model_base_crtp<reductions_allowed
|
5525 | 5525 | return "reductions_allowed_model";
|
5526 | 5526 | }
|
5527 | 5527 | inline std::vector<std::string> model_compile_info() const noexcept {
|
5528 |
| - return std::vector<std::string>{"stanc_version = %%NAME%%3 %%VERSION%%", |
| 5528 | + return std::vector<std::string>{"stanc_version = stanc3 v2.32.0-rc1", |
5529 | 5529 | "stancflags = -fsoa --print-cpp"};
|
5530 | 5530 | }
|
5531 | 5531 | template <bool propto__, bool jacobian__, typename VecR, typename VecI,
|
@@ -6013,7 +6013,7 @@ stan::math::profile_map& get_stan_profile_data() {
|
6013 | 6013 | }
|
6014 | 6014 | #endif
|
6015 | 6015 | $ ../../../../../../install/default/bin/stanc -fsoa --print-cpp return_types_and_udfs_demotes.stan
|
6016 |
| -// Code generated by %%NAME%% %%VERSION%% |
| 6016 | +// Code generated by stanc v2.32.0-rc1 |
6017 | 6017 | #include <stan/model/model_header.hpp>
|
6018 | 6018 | namespace return_types_and_udfs_demotes_model_namespace {
|
6019 | 6019 | using stan::model::model_base_crtp;
|
@@ -6112,7 +6112,7 @@ class return_types_and_udfs_demotes_model final : public model_base_crtp<return_
|
6112 | 6112 | return "return_types_and_udfs_demotes_model";
|
6113 | 6113 | }
|
6114 | 6114 | inline std::vector<std::string> model_compile_info() const noexcept {
|
6115 |
| - return std::vector<std::string>{"stanc_version = %%NAME%%3 %%VERSION%%", |
| 6115 | + return std::vector<std::string>{"stanc_version = stanc3 v2.32.0-rc1", |
6116 | 6116 | "stancflags = -fsoa --print-cpp"};
|
6117 | 6117 | }
|
6118 | 6118 | template <bool propto__, bool jacobian__, typename VecR, typename VecI,
|
@@ -6617,7 +6617,7 @@ stan::math::profile_map& get_stan_profile_data() {
|
6617 | 6617 | }
|
6618 | 6618 | #endif
|
6619 | 6619 | $ ../../../../../../install/default/bin/stanc -fsoa --print-cpp single_indexing.stan
|
6620 |
| -// Code generated by %%NAME%% %%VERSION%% |
| 6620 | +// Code generated by stanc v2.32.0-rc1 |
6621 | 6621 | #include <stan/model/model_header.hpp>
|
6622 | 6622 | namespace single_indexing_model_namespace {
|
6623 | 6623 | using stan::model::model_base_crtp;
|
@@ -6665,7 +6665,7 @@ class single_indexing_model final : public model_base_crtp<single_indexing_model
|
6665 | 6665 | return "single_indexing_model";
|
6666 | 6666 | }
|
6667 | 6667 | inline std::vector<std::string> model_compile_info() const noexcept {
|
6668 |
| - return std::vector<std::string>{"stanc_version = %%NAME%%3 %%VERSION%%", |
| 6668 | + return std::vector<std::string>{"stanc_version = stanc3 v2.32.0-rc1", |
6669 | 6669 | "stancflags = -fsoa --print-cpp"};
|
6670 | 6670 | }
|
6671 | 6671 | template <bool propto__, bool jacobian__, typename VecR, typename VecI,
|
@@ -7082,7 +7082,7 @@ stan::math::profile_map& get_stan_profile_data() {
|
7082 | 7082 | }
|
7083 | 7083 | #endif
|
7084 | 7084 | $ ../../../../../../install/default/bin/stanc -fsoa --print-cpp tp_reused.stan
|
7085 |
| -// Code generated by %%NAME%% %%VERSION%% |
| 7085 | +// Code generated by stanc v2.32.0-rc1 |
7086 | 7086 | #include <stan/model/model_header.hpp>
|
7087 | 7087 | namespace tp_reused_model_namespace {
|
7088 | 7088 | using stan::model::model_base_crtp;
|
@@ -7195,7 +7195,7 @@ class tp_reused_model final : public model_base_crtp<tp_reused_model> {
|
7195 | 7195 | return "tp_reused_model";
|
7196 | 7196 | }
|
7197 | 7197 | inline std::vector<std::string> model_compile_info() const noexcept {
|
7198 |
| - return std::vector<std::string>{"stanc_version = %%NAME%%3 %%VERSION%%", |
| 7198 | + return std::vector<std::string>{"stanc_version = stanc3 v2.32.0-rc1", |
7199 | 7199 | "stancflags = -fsoa --print-cpp"};
|
7200 | 7200 | }
|
7201 | 7201 | template <bool propto__, bool jacobian__, typename VecR, typename VecI,
|
|
0 commit comments