From 210a8ec0746dc0606c1319d3ad2d5bcd7ae66429 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 28 Sep 2020 10:04:08 +0100 Subject: Display mean --- src/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index 3b5760b..25ba673 100644 --- a/src/debug.h +++ b/src/debug.h @@ -58,6 +58,7 @@ void disable_segfpe(); { auto x = m * n; \ enforce_msg(x / m == n, "multiply integer overflow"); } +void write(const double d, const char *msg = ""); void write(const char *s, const char *msg = ""); void write(const gsl_vector *v, const char *msg = ""); void write(const gsl_matrix *m, const char *msg = ""); -- cgit v1.2.3