]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Disable warning about deprecated functionality.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 13 Jan 2017 17:47:18 +0000 (18:47 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 13 Jan 2017 20:14:59 +0000 (21:14 +0100)
include/deal.II/matrix_free/matrix_free.h

index 0bf111a6cb795193d66a0691f4829b25b6c214bf..c149f9b6b37d72eaa4b390d6ccfe5798cdee7f28 100644 (file)
@@ -163,6 +163,9 @@ public:
       color
     };
 
+    // avoid warning about use of deprecated variables
+    DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
+
     /**
      * Constructor for AdditionalData.
      */
@@ -310,6 +313,8 @@ public:
     bool                initialize_mapping;
   };
 
+  DEAL_II_ENABLE_EXTRA_DIAGNOSTICS
+
   /**
    * @name 1: Construction and initialization
    */

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.