]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a digraph problem. 3321/head
authorDavid Wells <wellsd2@rpi.edu>
Sun, 30 Oct 2016 19:24:05 +0000 (15:24 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 30 Oct 2016 19:24:05 +0000 (15:24 -0400)
The C++03 standard interprets '<:' as '['.

include/deal.II/lac/precondition.h

index 352c0b2f679a316759504ebf883086fe3912f6e3..4117013862bfc1a55336447bac614041f2a0a7a4 100644 (file)
@@ -1833,7 +1833,7 @@ namespace internal
     inline
     void
     vector_updates (const ::dealii::Vector<Number> &src,
-                    const DiagonalMatrix<::dealii::Vector<Number> > &jacobi,
+                    const DiagonalMatrix< ::dealii::Vector<Number> > &jacobi,
                     const bool    start_zero,
                     const double  factor1,
                     const double  factor2,

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.