From 8c56d510ff6a2c5974eb6b188ce3ba3cf2f681d7 Mon Sep 17 00:00:00 2001 From: Julian Andrej Date: Mon, 11 Dec 2017 13:27:12 +0100 Subject: [PATCH] removed debug pragmas --- source/sundials/ida.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/sundials/ida.cc b/source/sundials/ida.cc index f0eef9a12c..9ef8d53f78 100644 --- a/source/sundials/ida.cc +++ b/source/sundials/ida.cc @@ -33,10 +33,8 @@ #include #ifdef DEAL_II_WITH_SUNDIALS_IDAS -#pragma message "compiling with idas" #include #else -#pragma message "compiling with ida" #include #endif -- 2.39.5