From 7218f67753eb4e25013a983d0e0cc646cf8d5406 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 26 Jul 2000 14:49:12 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/source/numerics/data_out.cc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 () { -- 2.39.5