From ee574491fb6e22dac23a7ccc8855c66e78593b47 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 13 Sep 2010 14:34:14 +0000 Subject: [PATCH] enable the use of Point<0> git-svn-id: https://svn.dealii.org/trunk@21944 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/point.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/point.h b/deal.II/base/include/base/point.h index 69a0f943fe..9daa0aea61 100644 --- a/deal.II/base/include/base/point.h +++ b/deal.II/base/include/base/point.h @@ -245,7 +245,7 @@ template inline double Point::operator () (const unsigned int index) const { - Assert (indexvalues[index]; } @@ -255,7 +255,7 @@ template inline double & Point::operator () (const unsigned int index) { - Assert (indexvalues[index]; } -- 2.39.5