From: wolf Date: Wed, 26 Jul 2000 14:49:12 +0000 (+0000) Subject: Fix bug: forgot that we can't delete the names and units of data. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7218f67753eb4e25013a983d0e0cc646cf8d5406;p=dealii-svn.git Fix bug: forgot that we can't delete the names and units of data. git-svn-id: https://svn.dealii.org/trunk@3213 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/data_out.cc b/deal.II/deal.II/source/numerics/data_out.cc index 7cb4d6fe3c..e27355a9b2 100644 --- a/deal.II/deal.II/source/numerics/data_out.cc +++ b/deal.II/deal.II/source/numerics/data_out.cc @@ -154,6 +154,25 @@ void DataOut_DoFData::clear_data_vectors () +template +void DataOut_DoFData::clear_input_data_references () +{ + for (unsigned int i=0; iunsubscribe (); + dofs = 0; + }; +}; + + + + template void DataOut_DoFData::clear () {