]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make it compile with gcc2.95.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 8 Jun 2004 07:31:02 +0000 (07:31 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 8 Jun 2004 07:31:02 +0000 (07:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@9409 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_matrix_base.h

index 78965de50bf80f8b4358a34b71714b8471f4cb16..000cb3d2e5582f0744d7482845f917a69745d768 100644 (file)
@@ -1173,7 +1173,7 @@ BlockMatrixBase<MatrixType>::add (const unsigned int i,
                                    // save some cycles for zero additions, but
                                    // only if it is safe for the matrix we are
                                    // working with
-  if ((MatrixType::Traits::zero_addition_can_be_elided == true)
+  if ((MatrixType::Traits.zero_addition_can_be_elided == true)
       &&
       (value == 0))
     return;

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.