From 1e057fc331a52764fc55e08c3927916ff42f989c Mon Sep 17 00:00:00 2001 From: Benjamin Brands Date: Mon, 19 Mar 2018 17:06:35 +0100 Subject: [PATCH] Corrections --- source/lac/scalapack.cc | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.5