From 226670aa9d4d783351b9f8ebf5524e1fffc5d76f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 4 Jun 1998 07:36:32 +0000 Subject: [PATCH] Use GeometryInfo instead of home-brew constant. Apart from that, the old value was wrong! (Good reason to use GeometryInfo, I have typed this constant wrong so often...) git-svn-id: https://svn.dealii.org/trunk@377 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_io.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/numerics/data_io.h b/deal.II/deal.II/include/numerics/data_io.h index ccdfe0204a..ff5ce2d836 100644 --- a/deal.II/deal.II/include/numerics/data_io.h +++ b/deal.II/deal.II/include/numerics/data_io.h @@ -1,10 +1,11 @@ -/*---------------------------- io.h ---------------------------*/ +/*---------------------------- data_io.h ---------------------------*/ /* */ #ifndef __data_io_H #define __data_io_H -/*---------------------------- io.h ---------------------------*/ +/*---------------------------- data_io.h ---------------------------*/ #include +#include #include #include @@ -25,7 +26,7 @@ class dVector; */ template struct CellData { - int vertices[2<::vertices_per_cell]; unsigned char material_id; }; @@ -533,7 +534,7 @@ class DataOut { -/*---------------------------- io.h ---------------------------*/ +/*---------------------------- data_io.h ---------------------------*/ /* end of #ifndef __data_io_H */ #endif -/*---------------------------- io.h ---------------------------*/ +/*---------------------------- data_io.h ---------------------------*/ -- 2.39.5