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)
|
#if !defined(NDEBUG)
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#endif // !defined(NDEBUG)
|
|
||||||
|
|
||||||
#if !defined(NDEBUG)
|
|
||||||
namespace {
|
namespace {
|
||||||
void
|
void
|
||||||
printSparseMatrix(const Eigen::SparseMatrix<double>& A,
|
printSparseMatrix(const Eigen::SparseMatrix<double>& A,
|
||||||
|
|||||||
Reference in New Issue
Block a user