From: Daniel Arndt Date: Sun, 27 May 2018 18:57:02 +0000 (+0200) Subject: Fix undefined reference for PETSc complex scalar type X-Git-Tag: v9.1.0-rc1~1090^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6682%2Fhead;p=dealii.git Fix undefined reference for PETSc complex scalar type --- diff --git a/source/lac/full_matrix.cc b/source/lac/full_matrix.cc index fc6e1daad6..7ce584f268 100644 --- a/source/lac/full_matrix.cc +++ b/source/lac/full_matrix.cc @@ -68,6 +68,8 @@ TEMPL_OP_EQ(float, double); TEMPL_OP_EQ(std::complex, std::complex); TEMPL_OP_EQ(std::complex, std::complex); +TEMPL_OP_EQ(std::complex, double); +TEMPL_OP_EQ(std::complex, float); #undef TEMPL_OP_EQ