Skip to content

Commit ac856df

Browse files
committed
No change
1 parent 9b111a3 commit ac856df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/module_hsolver/diago_dav_subspace.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ void Diago_DavSubspace<T, Device>::cal_elem(const int& dim,
446446
{
447447
auto* swap = new T[notconv * this->nbase_x];
448448
syncmem_complex_op()(this->ctx, this->ctx, swap, hcc + nbase * this->nbase_x, notconv * this->nbase_x);
449-
450449
if (std::is_same<T, double>::value)
451450
{
452451
Parallel_Reduce::reduce_pool(hcc + nbase * this->nbase_x, notconv * this->nbase_x);

0 commit comments

Comments
 (0)