From: Daniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Date: Sat, 5 May 2018 22:39:10 +0000 (+0200)
Subject: Fix warning text
X-Git-Tag: v9.1.0-rc1~1212^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6486%2Fhead;p=dealii.git

Fix warning text
---

diff --git a/include/deal.II/distributed/grid_tools.h b/include/deal.II/distributed/grid_tools.h
index 8c6f073226..ca8d1d3f91 100644
--- a/include/deal.II/distributed/grid_tools.h
+++ b/include/deal.II/distributed/grid_tools.h
@@ -16,7 +16,7 @@
 #ifndef dealii_distributed_grid_tools_h
 #define dealii_distributed_grid_tools_h
 
-#warning "This file is deprecated and will be removed before the 9.0 release. Use <deal.II/grid/grid_tools.h> instead and remove 'parallel::'."
+#warning "This file is deprecated and will be removed after the 9.0 release. Use <deal.II/grid/grid_tools.h> instead and remove 'parallel::'."
 
 #include <deal.II/grid/grid_tools.h>