From: Wolfgang Bangerth Date: Mon, 7 May 2001 08:30:55 +0000 (+0000) Subject: Add TODO that a reasonable return value will have to be invented. X-Git-Tag: v8.0.0~19245 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=812c0dba4d007550c3b0c95e983961718f7f311c;p=dealii.git Add TODO that a reasonable return value will have to be invented. git-svn-id: https://svn.dealii.org/trunk@4545 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/function_lib.cc b/deal.II/base/source/function_lib.cc index dd6759e73f..10f4e43749 100644 --- a/deal.II/base/source/function_lib.cc +++ b/deal.II/base/source/function_lib.cc @@ -866,6 +866,7 @@ LSingularityFunction::gradient (const Point<2> &p, return Tensor<1,2>(infty); } +//TODO:[GK] this is no reasonable return value // double phi = atan2(y,-x)+M_PI; // double r2 = x*x+y*y;