Coalesce two adjacent '!NDEBUG' sections into one.

This commit is contained in:
Bård Skaflestad
2013-05-30 17:56:49 +02:00
parent 932660a18c
commit d23a1c3066

View File

@@ -99,9 +99,7 @@ struct HelperOps
#if !defined(NDEBUG)
#include <cstdio>
#endif // !defined(NDEBUG)
#if !defined(NDEBUG)
namespace {
void
printSparseMatrix(const Eigen::SparseMatrix<double>& A,