From: Guido Kanschat Date: Mon, 13 Sep 2010 14:34:14 +0000 (+0000) Subject: enable the use of Point<0> X-Git-Tag: v8.0.0~5529 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee574491fb6e22dac23a7ccc8855c66e78593b47;p=dealii.git enable the use of Point<0> git-svn-id: https://svn.dealii.org/trunk@21944 0785d39b-7218-0410-832d-ea1e28bc413d --- 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]; }