From: Julian Andrej Date: Mon, 11 Dec 2017 12:27:12 +0000 (+0100) Subject: removed debug pragmas X-Git-Tag: v9.0.0-rc1~612^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c56d510ff6a2c5974eb6b188ce3ba3cf2f681d7;p=dealii.git removed debug pragmas --- 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