]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Disallow writing of a preamble to ucd files since DealVision presently can't handle it.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 26 May 1998 12:05:25 +0000 (12:05 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 26 May 1998 12:05:25 +0000 (12:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@366 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_io.cc

index 892af90a8451938d4db97af648f8dab4d974ce40..44eb3a8700eed3cbcc70df118f736e1ac173cde4 100644 (file)
@@ -259,8 +259,9 @@ void DataOut<dim>::write_ucd (ostream &out) const {
   
 
                                   // write preamble
-  if (true) 
+  if (true)
     {
+/*      
                                       // block this to have local
                                       // variables destroyed after
                                       // use
@@ -279,6 +280,7 @@ void DataOut<dim>::write_ucd (ostream &out) const {
          << "# For a description of the UCD format see the AVS Developer's guide."
          << endl
          << "#" << endl;
+*/
     };
 
                                   // start with ucd data

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.