From: kanschat Date: Mon, 13 Sep 2010 14:34:14 +0000 (+0000) Subject: enable the use of Point<0> X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f7b2d034b8bdfd21758df74848bee506ee084d;p=dealii-svn.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]; }