From 812c0dba4d007550c3b0c95e983961718f7f311c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 May 2001 08:30:55 +0000 Subject: [PATCH] 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 --- deal.II/base/source/function_lib.cc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5