From: Ralf Hartmann Date: Wed, 14 Mar 2001 14:22:19 +0000 (+0000) Subject: Include tria_accessor.templates.h into tria_accessor.h also in DEBUG mode. This becau... X-Git-Tag: v8.0.0~19568 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb560fc8a6d3d412af0601740d19f813e4f0680f;p=dealii.git Include tria_accessor.templates.h into tria_accessor.h also in DEBUG mode. This because gcc3.0 wants the inline functions defined in each translation unit. git-svn-id: https://svn.dealii.org/trunk@4203 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index f8a93f18f4..f76e883051 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -2039,10 +2039,8 @@ class CellAccessor : public TriaObjectAccessor -// if in optimized mode: include more templates -#ifndef DEBUG +// include more templates in debug and optimized mode # include "tria_accessor.templates.h" -#endif #endif