From 1f5db8eba12715967ee236e8f41c7c87b980227f Mon Sep 17 00:00:00 2001
From: Ralf Hartmann
+ Removed: The explicite instantiations of
- We now unconditionally include
+ Changed: We now unconditionally include
- The class Changes between versions 3.1 and 3.1.1
+
SparseMatrix
are removed as a
+ prerelease of gcc3.0 fails to compile it. Despite of this
+ SparseMatrixlac/include/lac/sparse_matrix.templates.h
+ into his source file and uses a different compiler, e.g. gcc
+ 2.95.2 or a future version of gcc3.0 (that will then hopefully
+ fixed).
+
+ (RH 2001/03/14)
+ deal.II/include/grid/tria_accessor.templates.h
- (which containts some inline functions for triangulation
+ (which contains some inline functions for triangulation
accessor classes) into
deal.II/include/grid/tria_accessor.h
to work
around a problem with gcc3.0 which does not place a copy of
@@ -28,7 +41,7 @@
GridReordering::Cell
has
+ New: The class GridReordering::Cell
has
now a copy constructor to work around a bug in a gcc3.0
snapshot.
diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html
index ca4cccfd8f..372c168edc 100644
--- a/deal.II/doc/news/2001/c-3-1.html
+++ b/deal.II/doc/news/2001/c-3-1.html
@@ -58,8 +58,6 @@ documentation, etc.
deal.II as we tried to retain the interface
to the user (mainly that of FEValues
) as far as
possible.
-
(RH & GK 2001/03/13)
+ Removed: The explicite instantiations of SparseMatrix
are removed as a
+ prerelease of gcc3.0 fails to compile it. Now the user of
+ SparseMatrixlac/include/lac/sparse_matrix.templates.h
into his
+ source file and to use a different compiler, e.g. gcc 2.95.2 or
+ a future version of gcc3.0 (that will then hopefully fixed).
+
+ (RH 2001/03/14)
+
New: class BlockMatrixArray<MATRIX>
implements
a block matrix based on an array of matrix pointers. Since this
--
2.39.5