From: wolf Date: Fri, 6 Nov 1998 12:10:25 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0011f74e9dc2e60eb50425d81ab461336e05c7;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@641 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 6b1563a766..53360beabe 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -169,4 +169,9 @@ Review DoFCellAccessor::get_interpolated_dof_values: it may be necessary to write not the non-zero values, but those for which the corresponding row of the transfer (restriction) matrix has nonzero entries. This also catches those zeroes which should - really be written but are not because the nodal value was zero. \ No newline at end of file + really be written but are not because the nodal value was zero. + + +Move the exceptions in the Tensor package (tensor_base.h and tensor.h) + back into the Tensor class, if the compiler allows to do so. Also + rename them back (i.e. drop the initial Tensor* from the name).