aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-09-20 16:34:48 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2016-09-20 16:34:48 +0200
commit8ea095b25b5015400f934f18502fd97683d792ab (patch)
treef2a3c23fec9582b25332f1417851816c95cb2d6e /include
parentadd unit tests for string utilities (diff)
downloadgensvm-8ea095b25b5015400f934f18502fd97683d792ab.tar.gz
gensvm-8ea095b25b5015400f934f18502fd97683d792ab.zip
Rename print_matrix to reflect namespace
Diffstat (limited to 'include')
-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