]> https://gitweb.dealii.org/ - dealii.git/commitdiff
explicite instantiations SparseMatrix<long double> are removed.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 14 Mar 2001 15:04:04 +0000 (15:04 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 14 Mar 2001 15:04:04 +0000 (15:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@4207 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/2001/3.1.0-vs-3.1.1.html
deal.II/doc/news/2001/c-3-1.html

index 9d046eadb7e415e949403ea486017230921f3ab1..276b397a59f42e90dc996145023bde727d346f14 100644 (file)
 <h2>Changes between versions 3.1 and 3.1.1</h2>
 
 <ol>
+  <li> <p> 
+       Removed: The explicite instantiations of <code
+       class="class">SparseMatrix<long double></code> are removed as a
+       prerelease of gcc3.0 fails to compile it. Despite of this
+       SparseMatrix<long double></code> still can be used if the user
+       includes <code>lac/include/lac/sparse_matrix.templates.h</code>
+       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).
+       <br>
+       (RH 2001/03/14)
+       </p>
+
   <li> <p>
-       We now unconditionally include
+       Changed: We now unconditionally include
        <code>deal.II/include/grid/tria_accessor.templates.h</code>
-       (which containts some inline functions for triangulation
+       (which contains some inline functions for triangulation
        accessor classes) into 
        <code>deal.II/include/grid/tria_accessor.h</code> to work
        around a problem with gcc3.0 which does not place a copy of
@@ -28,7 +41,7 @@
        </p>
 
   <li> <p>
-       The class <code class="class">GridReordering::Cell</code> has
+       New: The class <code class="class">GridReordering::Cell</code> has
        now a copy constructor to work around a bug in a gcc3.0
        snapshot.
        <br>
index ca4cccfd8f0aa6fb377a1b3b40055029b46385ba..372c168edc64f2af6894a9ced878b42017eac07c 100644 (file)
@@ -58,8 +58,6 @@ documentation, etc</a>.
        <acronym>deal.II</acronym> as we tried to retain the interface
        to the user (mainly that of <code>FEValues</code>) as far as
        possible.
-       </p>
-
        <br>
        (RH & GK 2001/03/13)
        </p>
@@ -142,6 +140,18 @@ documentation, etc</a>.
 <h3>lac</h3>
 
 <ol>
+  <li> <p> 
+       Removed: The explicite instantiations of <code
+       class="class">SparseMatrix<long double></code> are removed as a
+       prerelease of gcc3.0 fails to compile it. Now the user of
+       SparseMatrix<long double></code> needs to include
+       <code>lac/include/lac/sparse_matrix.templates.h</code> 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).
+       <br>
+       (RH 2001/03/14)
+       </p>
+  
   <li> <p> New: class <code
        class="class">BlockMatrixArray&lt;MATRIX&gt;</code> implements
        a block matrix based on an array of matrix pointers. Since this

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.