]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix undefined reference for PETSc complex scalar type 6682/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 27 May 2018 18:57:02 +0000 (20:57 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 27 May 2018 19:13:54 +0000 (21:13 +0200)
source/lac/full_matrix.cc

index fc6e1daad646bc5bb775bd1dcdb43294fade712f..7ce584f2681ec166d54b6cb084e769a9cef7bdde 100644 (file)
@@ -68,6 +68,8 @@ TEMPL_OP_EQ(float, double);
 
 TEMPL_OP_EQ(std::complex<double>, std::complex<float>);
 TEMPL_OP_EQ(std::complex<float>, std::complex<double>);
+TEMPL_OP_EQ(std::complex<double>, double);
+TEMPL_OP_EQ(std::complex<float>, float);
 
 #undef TEMPL_OP_EQ
 

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.