From d23a1c30667ed3a7f18f5f843ed912ef1a46bc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Thu, 30 May 2013 17:56:49 +0200 Subject: [PATCH] Coalesce two adjacent '!NDEBUG' sections into one. --- opm/autodiff/AutoDiffHelpers.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/autodiff/AutoDiffHelpers.hpp b/opm/autodiff/AutoDiffHelpers.hpp index ca05b61e4..dc28cddfb 100644 --- a/opm/autodiff/AutoDiffHelpers.hpp +++ b/opm/autodiff/AutoDiffHelpers.hpp @@ -99,9 +99,7 @@ struct HelperOps #if !defined(NDEBUG) #include -#endif // !defined(NDEBUG) -#if !defined(NDEBUG) namespace { void printSparseMatrix(const Eigen::SparseMatrix& A,