Skip to content

Commit 2a41b1d

Browse files
committed
fux bug
1 parent bde70e2 commit 2a41b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_hsolver/diago_iter_assist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void DiagoIterAssist<T, Device>::diagH_subspace(const hamilt::Hamilt<T, Device>*
136136

137137
if (!in_place)
138138
{
139-
matrixSetToAnother<T, Device>()(ctx, n_band, temp, dmin, evc.get_pointer(), dmax);
139+
matrixSetToAnother<T, Device>()(ctx, n_band, temp, dmax, evc.get_pointer(), dmax);
140140
delmem_complex_op()(ctx, temp);
141141
}
142142
delmem_complex_op()(ctx, hcc);

0 commit comments

Comments
 (0)