mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Coalesce two adjacent '!NDEBUG' sections into one.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user