From 8ea095b25b5015400f934f18502fd97683d792ab Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 20 Sep 2016 16:34:48 +0200 Subject: Rename print_matrix to reflect namespace --- include/gensvm_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3