]> https://gitweb.dealii.org/ - dealii.git/commitdiff
DataOutBase<2,3>::write_tecplot did not write the variable name z. This is now fixed.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 29 Oct 2004 09:20:26 +0000 (09:20 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 29 Oct 2004 09:20:26 +0000 (09:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@9732 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc
deal.II/doc/news/c-5.0.html

index 80e046616f7762aff61f14d9017158b663ff335a..47f8f42bb8b2b4595d04242f562d91dcc8a73fe6 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -2811,7 +2811,7 @@ void DataOutBase::write_tecplot (const std::vector<Patch<dim,spacedim> > &patche
 
     out << "Variables=";
 
-    switch (dim)
+    switch (spacedim)
       {
         case 1:
              out << "\"x\"";
index 95def95d42c3f47f693b02fb19dbe91d0f8bd76a..6054d308bdd699e74ea6f892a9a164aa273c0e63 100644 (file)
@@ -114,11 +114,20 @@ inconvenience this causes.
 
 <ol>
 
-  <li> <p> New: a class template <code class="class">VectorSlice</code> allows
-  access to consecutive portions of a vector.
-  <br>
-  (GK 2004/09/16)
-  </p>
+  <li> <p>
+       Fixed: <code
+       class="member">DataOutBase<2,3>::write_tecplot</code> did not
+       write the variable name <code>z</code>. This is now fixed.
+       <br>
+       (RH 2004/10/29)
+       </p>
+
+  <li> <p>
+       New: a class template <code class="class">VectorSlice</code>
+       allows access to consecutive portions of a vector.
+       <br>
+       (GK 2004/09/16)
+       </p>
 
   <li> <p> New: The classes <code
        class="class">TableIndices&lt;N&gt;</code> and <code

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.