Commit 1578d9c5 authored by Marco Inacio's avatar Marco Inacio
Browse files

fix wrong function name

parent 8005bad1
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -54,7 +54,8 @@ namespace stan {
normal_sufficient_lpdf(const T_y& y_bar, const T_s& s_squared,
const T_n& n_obs, const T_loc& mu,
const T_scale& sigma) {
static const char* function = "stan::math::normal_log(%1%)";
static const char*
function = "stan::math::normal_sufficient_lpdf(%1%)";
typedef typename
stan::partials_return_type<T_y, T_s, T_n, T_loc, T_scale>::type
T_partials_return;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment