From: Wolfgang Bangerth Date: Mon, 9 Aug 1999 13:44:35 +0000 (+0000) Subject: Problem is addressed at present. X-Git-Tag: v8.0.0~21693 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd31d5ba8ef07c0f2128ead6847fa14f605a7a73;p=dealii.git Problem is addressed at present. git-svn-id: https://svn.dealii.org/trunk@1638 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index fc5d02ca08..20fddada58 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -88,10 +88,6 @@ Revert istrstream(p.c_str()) to istrstream(p) when possible (parameter_handler.cc) -Fully implement the POVRAY format, i.e. use textures, a better angle - of view, etc. The present implementation is only a rudimentary hack. - - I suppose the [mg_]get_dof_values really belongs to the [MG]Line/QuadAccessor classes, but now it is in the [MG]CellAccessor. Correct this some time.