From: guido Date: Tue, 29 Feb 2000 17:11:09 +0000 (+0000) Subject: Comment improved X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601082b183e42fa8543a16d3c3ef67d59f5255b6;p=dealii-svn.git Comment improved git-svn-id: https://svn.dealii.org/trunk@2519 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 fe0f610c3c..ab3431a6d8 100644 --- a/deal.II/deal.II/source/numerics/data_out.cc +++ b/deal.II/deal.II/source/numerics/data_out.cc @@ -95,6 +95,8 @@ template void DataOut_DoFData::add_data_vector (const Vector &vec, const string &name) { +//TODO: Guido fixes the following when string operators work properly +// There was a problem with stringstreams (Linux, egcs1.2) // unsigned int n = dofs->get_fe().n_components (); // if (n > 1) // { @@ -104,11 +106,12 @@ void DataOut_DoFData::add_data_vector (const Vector &vec, // names[i] = name + string("_"); // } // } -//TODO: Murks hier add_data_vector (vec, vector(1,name)); } + + template void DataOut_DoFData::clear () {