diff options
Diffstat (limited to 'include/gensvm_debug.h')
| -rw-r--r-- | include/gensvm_debug.h | 2 |
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 |
