<h2>Changes between versions 3.1 and 3.1.1</h2>
<ol>
+ <li> <p>
+ Fixed: Missing <code>ucd</code> is now added to the list of
+ supported output formats returned by <code
+ class="class">GridOut</code>::<code
+ class="member">get_output_format_names</code>.
+ <br>
+ (RH 2001/04/03)
+ </p>
+
<li> <p>
Fixed: the program that generated HTML files from CVS back logs
was run unintentionally. It failed because the distribution
<h3>deal.II</h3>
<ol>
+ <li> <p>
+ Fixed: Missing <code>ucd</code> is now added to the list of
+ supported output formats returned by <code
+ class="class">GridOut</code>::<code
+ class="member">get_output_format_names</code>.
+ <br>
+ (RH 2001/04/03)
+ </p>
+
<li> <p>
New/fixed: In some obscure corner cases, the detection logic in <code
class="member">DataOut_DoFData::add_data_vector</code> would
<li> <p>
Removed: the <code class="class">ProblemBase</code> class,
which has been deprecated since before the release of
- <acronym>deal.II</acronym> 3.0 has finally been removed. The
- same applied for the classes
+ <acronym>deal.II</acronym> 3.0, has finally been removed. The
+ same applies for the classes
<code class="class">Assembler</code>,
<code class="class">Equation</code>,
<code class="class">MassMatrix</code>, and
class="class">MappingQ1</code>.
<br>
(RH 2001/03/27)
+ </p>
<li> <p>
New: <code class="class">Boundary</code> and derived classes