]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated GridOutFlags::XFig::level_color.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 2 Jan 2015 22:38:42 +0000 (16:38 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 4 Jan 2015 21:13:49 +0000 (15:13 -0600)
doc/news/changes.h
include/deal.II/grid/grid_out.h
tests/grid/grid_generator_01.cc

index 55df560decac3984527e859dd1f68d6464abd94a..ec8192394384ed9b7eb5fcc70e3824826a69123e 100644 (file)
@@ -74,6 +74,7 @@ inconvenience this causes.
   - DoFRenumbering::downstream_dg.
   - DoFTools::count_dofs_per_component.
   - DoFTools::make_sparsity_pattern with a vector-of-vector mask.
+  - GridOutFlags::XFig::level_color.
 </ol>
 
   <li> Removed: The config.h file no longer exports HAVE_* definitions.
index 4c5d3635508251e47c36cce3f4eee98813c2efc0..157c1c6e0920fcaeec2ee806bd972a5abd5367d2 100644 (file)
@@ -525,14 +525,6 @@ namespace GridOutFlags
       level_subdomain_id
     } color_by;
 
-    /**
-     * @deprecated Use the color_by enum instead.
-     *
-     * Change color depending on level. Default is false, therefore, color is
-     * coded by material or boundary id.
-     */
-    bool level_color DEAL_II_DEPRECATED;
-
     /**
      * Code level to depth. Default is true. If false, color depends on
      * material or boundary id.
index 21e4c93dff478b15e550aed952f00d4019e0bb5d..6464f3715df6ac519990c0bbff3bb2d66fdfec75 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2005 - 2014 by the deal.II authors
+// Copyright (C) 2005 - 2015 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -46,7 +46,6 @@ void test(std::ostream &out)
 
   GridOut go;
   GridOutFlags::XFig xfig_flags;
-  xfig_flags.level_color = false;
   xfig_flags.fill_style = 25;
 
   go.set_flags(xfig_flags);

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.