]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a compiler error by explicitly providing template arguments. 4690/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 4 Aug 2017 09:45:42 +0000 (03:45 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 4 Aug 2017 09:45:42 +0000 (03:45 -0600)
include/deal.II/base/symmetric_tensor.templates.h

index 6c9e7fd3f99f678e4b1f66fd15dd01b76c9fd924..c38e95eca910406350182a1b0b38439c340013b0 100644 (file)
@@ -245,7 +245,7 @@ namespace internal
       std::array<Number,dim>   w;
       // The off-diagonal elements of the tridiagonal
       std::array<Number,dim-1> ee;
-      tridiagonalize(A, Q, w, ee);
+      tridiagonalize<dim,Number>(A, Q, w, ee);
 
       // Number of iterations
       const unsigned int max_n_it = 30;

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.