From: Benjamin Brands Date: Mon, 19 Mar 2018 16:06:35 +0000 (+0100) Subject: Corrections X-Git-Tag: v9.0.0-rc1~305^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6063%2Fhead;p=dealii.git Corrections --- diff --git a/source/lac/scalapack.cc b/source/lac/scalapack.cc index 57eec07c0b..a85f650ffb 100644 --- a/source/lac/scalapack.cc +++ b/source/lac/scalapack.cc @@ -472,7 +472,6 @@ template void ScaLAPACKMatrix::copy_transposed(const ScaLAPACKMatrix &B) { add(B,0,1,true); - state = B.state; }