From 0446264d4e5c2463c80c84b5254743b274ba34cc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 10 Mar 2009 23:06:04 +0000 Subject: [PATCH] Properly escape commands. git-svn-id: https://svn.dealii.org/trunk@18477 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index cb5a98fe64..50dd32393a 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -34,11 +34,11 @@ inconvenience this causes.

Changed: The files implementing the class ConstraintMatrix are now saved in the lac/ subdirectory, named constraint_matrix.h - and included by the line #include - . After all, constraints are just + and included by the line \#include + @. After all, constraints are just algebraic objects and do not depend on anything in the deal.II directory (in particular, they are dimension-independent). The old - #include include line is still + \#include @ include line is still enabled by a reference to the new file, but users should try to adapt their codes to the new file names as the reference might be removed in the future. -- 2.39.5