aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_debug.h')
-rw-r--r--include/gensvm_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_debug.h b/include/gensvm_debug.h
index 1cab4ca..d95d0eb 100644
--- a/include/gensvm_debug.h
+++ b/include/gensvm_debug.h
@@ -15,6 +15,6 @@
#include "gensvm_print.h"
-void print_matrix(double *M, long rows, long cols);
+void gensvm_print_matrix(double *M, long rows, long cols);
#endif