aboutsummaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h1
1 files changed, 1 insertions, 0 deletions
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 = "");