Skip to content

Commit 7d49925

Browse files
committed
update rmdft in the elecstate_getter
1 parent 8829fb6 commit 7d49925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_rdmft/update_state_rdmft.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ void RDMFT<TK, TR>::update_charge()
156156
Symmetry_rho srho;
157157
for (int is = 0; is < nspin; is++)
158158
{
159-
srho.begin(is, *(this->charge), rho_basis, GlobalC::ucell.symm);
159+
srho.begin(is, *(this->charge), rho_basis, ucell.symm);
160160
}
161161

162162
}

0 commit comments

Comments
 (0)