diff options
author | Pjotr Prins | 2017-10-18 12:36:39 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-10-18 12:36:39 +0000 |
commit | 24a4a5132a07ee6a8717844e3c5862882c88b25a (patch) | |
tree | 00d11c524b256790c8ec1cdcdb9e2da8682bdb69 /src/debug.h | |
parent | b3e613a67c2a8cc6c7e910b5120618724392bf7a (diff) | |
download | pangemma-24a4a5132a07ee6a8717844e3c5862882c88b25a.tar.gz |
Tests still pass with safe_alloc (which sets the buffers to NaNs on allocation)
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |