From: Wolfgang Bangerth Date: Tue, 10 Mar 2009 23:06:04 +0000 (+0000) Subject: Properly escape commands. X-Git-Tag: v8.0.0~7970 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0446264d4e5c2463c80c84b5254743b274ba34cc;p=dealii.git Properly escape commands. git-svn-id: https://svn.dealii.org/trunk@18477 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.