From 24a4a5132a07ee6a8717844e3c5862882c88b25a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 18 Oct 2017 12:36:39 +0000 Subject: Tests still pass with safe_alloc (which sets the buffers to NaNs on allocation) --- src/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index 7d2197d..c127630 100644 --- a/src/debug.h +++ b/src/debug.h @@ -26,6 +26,7 @@ bool is_issue(uint issue); bool is_legacy_mode(); gsl_matrix *gsl_matrix_safe_alloc(size_t rows,size_t cols); +gsl_vector *gsl_vector_safe_alloc(size_t n); // Validation routines void do_validate_K(const gsl_matrix *K, const char *__file, int __line); -- cgit v1.2.3