From: wolf Date: Mon, 9 Aug 1999 13:44:35 +0000 (+0000) Subject: Problem is addressed at present. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2817e6e6e4fda52d4facda61ae0c3a17b9f6104;p=dealii-svn.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.