From 1080e37fb03689e42def74be5818bf2fa17e3427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Mon, 16 Jun 2014 13:44:00 +0200 Subject: [PATCH] Fix use of assert. --- opm/core/tof/TofReorder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/tof/TofReorder.cpp b/opm/core/tof/TofReorder.cpp index 011d16a0..ed63e5b4 100644 --- a/opm/core/tof/TofReorder.cpp +++ b/opm/core/tof/TofReorder.cpp @@ -374,7 +374,7 @@ namespace Opm // We have no contribution from face f, it is an outflow face. continue; } - ASSERT(influx_f > 0.0); + assert(influx_f > 0.0); const double omega_star = influx_f/flux_face; // SPU // const double omega = 0.0;