Skip to content

Commit d124987

Browse files
Small namespace change.
1 parent d2f78b4 commit d124987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gibbs_functions_edge_prior.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ NumericVector compute_Vn_mfm_sbm(int no_variables,
108108
r = std::log(1 + std::exp(tmp - r)) + r;
109109
}
110110
}
111-
log_Vn(t-1) = r - log(exp(1) - 1);
111+
log_Vn(t-1) = r - std::log(std::exp(1) - 1);
112112
}
113113
return log_Vn;
114114
}

0 commit comments

Comments
 (0)