From b0fe4e2e8304cfe71f7f73532ca261a74e377aa9 Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Wed, 26 Sep 2018 15:35:40 +0200 Subject: [PATCH] add NDEBUG --- bfps/cpp/full_code/NSVEcomplex_particles.cpp | 2 +- bfps/cpp/full_code/code_base.cpp | 2 +- bfps/cpp/vorticity_equation.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bfps/cpp/full_code/NSVEcomplex_particles.cpp b/bfps/cpp/full_code/NSVEcomplex_particles.cpp index 487fe4bb..02a19931 100644 --- a/bfps/cpp/full_code/NSVEcomplex_particles.cpp +++ b/bfps/cpp/full_code/NSVEcomplex_particles.cpp @@ -24,7 +24,7 @@ -//#define NDEBUG +#define NDEBUG #include <string> #include <cmath> diff --git a/bfps/cpp/full_code/code_base.cpp b/bfps/cpp/full_code/code_base.cpp index 210f2c96..a6487c72 100644 --- a/bfps/cpp/full_code/code_base.cpp +++ b/bfps/cpp/full_code/code_base.cpp @@ -24,7 +24,7 @@ -//#define NDEBUG +#define NDEBUG #include "code_base.hpp" #include "scope_timer.hpp" diff --git a/bfps/cpp/vorticity_equation.cpp b/bfps/cpp/vorticity_equation.cpp index 320c51d8..ead9345a 100644 --- a/bfps/cpp/vorticity_equation.cpp +++ b/bfps/cpp/vorticity_equation.cpp @@ -24,7 +24,7 @@ -//#define NDEBUG +#define NDEBUG #include <limits> #include <cassert> -- GitLab