<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Release Managers!<br>
Is the the 2.1 release branch open again for fixes like this?<br>
cheers,<br>
Oliver<br>
<br>
-------- Original-Nachricht --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">Betreff: </th>
<td>[Dune-Commit] dune-istl r1469 - trunk/dune/istl</td>
</tr>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">Datum: </th>
<td>Fri, 29 Apr 2011 12:10:26 +0200</td>
</tr>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">Von: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:sander@dune-project.org">sander@dune-project.org</a></td>
</tr>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">An: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:dune-commit@dune-project.org">dune-commit@dune-project.org</a></td>
</tr>
</tbody>
</table>
<br>
<br>
<pre>Author: sander
Date: 2011-04-29 12:10:26 +0200 (Fri, 29 Apr 2011)
New Revision: 1469
Modified:
trunk/dune/istl/btdmatrix.hh
Log:
add missing header fmatrix.hh. This fixes FS 911
Modified: trunk/dune/istl/btdmatrix.hh
===================================================================
--- trunk/dune/istl/btdmatrix.hh 2011-04-29 10:08:24 UTC (rev 1468)
+++ trunk/dune/istl/btdmatrix.hh 2011-04-29 10:10:26 UTC (rev 1469)
@@ -1,6 +1,7 @@
#ifndef DUNE_BLOCK_TRIDIAGONAL_MATRIX_HH
#define DUNE_BLOCK_TRIDIAGONAL_MATRIX_HH
+#include <dune/common/fmatrix.hh>
#include <dune/istl/bcrsmatrix.hh>
/** \file
_______________________________________________
Dune-Commit mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dune-Commit@dune-project.org">Dune-Commit@dune-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.dune-project.org/mailman/listinfo/dune-commit">http://lists.dune-project.org/mailman/listinfo/dune-commit</a>
</pre>
</body>
</html>