From 9f1fceb9ee3ce65e2dfd42582464ac7807996833 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 24 Aug 1998 08:14:42 +0000 Subject: [PATCH] Add a bit more safety to a pointer. git-svn-id: https://svn.dealii.org/trunk@510 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/dofs/dof_handler.h b/deal.II/deal.II/include/dofs/dof_handler.h index 137c8f56cd..9b65bc673b 100644 --- a/deal.II/deal.II/include/dofs/dof_handler.h +++ b/deal.II/deal.II/include/dofs/dof_handler.h @@ -1370,7 +1370,7 @@ class DoFHandler : public DoFDimensionInfo { * Address of the triangulation to * work on. */ - Triangulation *tria; + Triangulation * const tria; /** * Space to store the DoF numbers for the -- 2.39.5