We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2a24d commit 8fe5faaCopy full SHA for 8fe5faa
msmtools/estimation/dense/tmat_sampling/src/sample_rev.c
@@ -28,7 +28,7 @@
28
#include "sample_rev.h"
29
#include "util.h"
30
31
-double _square(x) { return x*x; }
+static inline double _square(double x) { return x*x; }
32
33
34
int _accept_step(double log_prob_old, double log_prob_new)
0 commit comments