]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Comment improved
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Feb 2000 17:11:09 +0000 (17:11 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Feb 2000 17:11:09 +0000 (17:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@2519 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_out.cc

index fe0f610c3c0787b032fb3354966dc94def2044f6..ab3431a6d8e0d20a56a7ad1779702fb3396f9a28 100644 (file)
@@ -95,6 +95,8 @@ template <int dim>
 void DataOut_DoFData<dim>::add_data_vector (const Vector<double> &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<dim>::add_data_vector (const Vector<double> &vec,
 //       names[i] = name + string("_");
 //     }
 //    }
-//TODO: Murks hier
   add_data_vector (vec, vector<string>(1,name));
 }
 
 
+
+
 template <int dim>
 void DataOut_DoFData<dim>::clear ()
 {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.