diff options
author | Pjotr Prins | 2017-12-07 09:16:25 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-12-07 09:16:25 +0000 |
commit | 87223540e63f6da7ea085c1379deacc23b6ba5dc (patch) | |
tree | 2a1e1991afed471748e8212c75e13c11e756008c /src/debug.cpp | |
parent | 29df576cca8052e4aa9142ce1bb0ab490b864976 (diff) | |
download | pangemma-87223540e63f6da7ea085c1379deacc23b6ba5dc.tar.gz |
Some more overflow checks
Diffstat (limited to 'src/debug.cpp')
-rw-r--r-- | src/debug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.cpp b/src/debug.cpp index 4e57e3e..a4d2562 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -40,6 +40,7 @@ bool is_quiet_mode() { return debug_quiet; }; bool is_issue(uint issue) { return issue == debug_issue; }; bool is_legacy_mode() { return debug_legacy; }; + /* Helper function to make sure gsl allocations do their job because gsl_matrix_alloc does not initiatize values (behaviour that changed |