--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
+ "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html>
+ <head>
+ <link href="../../screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+ <link href="../../print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+ <title>The deal.II news page</title>
+ <meta name="author" content="Wolfgang Bangerth, Ralf Hartmann, Guido Kanschat and others">
+ <meta name="keywords" content="deal.II"></head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<body>
+
+
+<h2>Changes between versions 3.3.0 and 3.3.1</h2>
+
+<ol>
+ <li> <p>
+ Fixed: <code class="member">TriaAccessor<3,3>::measure</code>
+ sometimes computed a negative value. This is now fixed.
+ <br>
+ (WB 2002/01/21)
+ </p>
+</ol>
+
+<hr>
+Last update $Date$
+
+</body>
+</html>
<h3>deal.II</h3>
<ol>
+ <li> <p>
+ Fixed: <code class="member">TriaAccessor<3,3>::measure</code>
+ sometimes computed a negative value. This is now fixed.
+ <br>
+ (WB 2002/02/21)
+ </p>
+
<li> <p>
New: Finite element family with complete polynomial spaces
for discontinuous Galerkin: <code class="class">FE_DGP</code>